Plugin Directory

Changeset 128160


Ignore:
Timestamp:
06/21/2009 05:09:19 PM (17 years ago)
Author:
getincss
Message:

One more bug...

Location:
target-visitors
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • target-visitors/tags/1.2.4/readme.txt

    r128147 r128160  
    55Requires at least: 2.3.2
    66Tested up to: 2.8
    7 Version: 1.2.3
     7Version: 1.2.4
    88Last Updated: 2009-06-21
    9 Stable tag: 1.2.3
     9Stable tag: 1.2.4
    1010
    1111Plugin shows a special message for users coming from search engines like Google, Yandex, MSN, Yahoo, etc.
     
    6464== Changelog ==
    6565
    66 = 1.2.3 =
     66= 1.2.4 =
    6767* Fixed russian lang.
    6868
  • target-visitors/tags/1.2.4/wp-target-visitors.php

    r128147 r128160  
    55Description: Plugin shows a special message for visitors coming from search engines: Google, Yandex, Mail, Yahoo, Liveinternet, Rambler, Altavista, Msn.
    66Author: Abanova Olga
    7 Version: 1.2.3
     7Version: 1.2.4
    88Author URI: http://www.getincss.ru
    99*/
     
    5656            $moFile = dirname(__FILE__) . "/lang/target-visitors_" . $currentLocale . ".mo";
    5757
    58             if(@file_exists($moFile) && is_readable($moFile)) load_textdomain('sitemap', $moFile);
     58            if(@file_exists($moFile) && is_readable($moFile)) load_textdomain('target-visitors', $moFile);
    5959
    6060        }   
     
    404404add_filter('the_excerpt', 'html_words_highlight');
    405405add_filter('the_title', 'html_words_highlight');
    406 add_action('wp_head', 'hilite_head');
    407406if (get_option('autoset')=="1"):
    408407    add_filter('the_content', 'autosetfunc',1);
  • target-visitors/trunk/readme.txt

    r128147 r128160  
    55Requires at least: 2.3.2
    66Tested up to: 2.8
    7 Version: 1.2.3
     7Version: 1.2.4
    88Last Updated: 2009-06-21
    9 Stable tag: 1.2.3
     9Stable tag: 1.2.4
    1010
    1111Plugin shows a special message for users coming from search engines like Google, Yandex, MSN, Yahoo, etc.
     
    6464== Changelog ==
    6565
    66 = 1.2.3 =
     66= 1.2.4 =
    6767* Fixed russian lang.
    6868
  • target-visitors/trunk/wp-target-visitors.php

    r128147 r128160  
    55Description: Plugin shows a special message for visitors coming from search engines: Google, Yandex, Mail, Yahoo, Liveinternet, Rambler, Altavista, Msn.
    66Author: Abanova Olga
    7 Version: 1.2.3
     7Version: 1.2.4
    88Author URI: http://www.getincss.ru
    99*/
     
    5656            $moFile = dirname(__FILE__) . "/lang/target-visitors_" . $currentLocale . ".mo";
    5757
    58             if(@file_exists($moFile) && is_readable($moFile)) load_textdomain('sitemap', $moFile);
     58            if(@file_exists($moFile) && is_readable($moFile)) load_textdomain('target-visitors', $moFile);
    5959
    6060        }   
     
    404404add_filter('the_excerpt', 'html_words_highlight');
    405405add_filter('the_title', 'html_words_highlight');
    406 add_action('wp_head', 'hilite_head');
    407406if (get_option('autoset')=="1"):
    408407    add_filter('the_content', 'autosetfunc',1);
Note: See TracChangeset for help on using the changeset viewer.