Changeset 128160
- Timestamp:
- 06/21/2009 05:09:19 PM (17 years ago)
- Location:
- target-visitors
- Files:
-
- 2 edited
- 4 copied
-
tags/1.2.4 (copied) (copied from target-visitors/trunk)
-
tags/1.2.4/lang (copied) (copied from target-visitors/trunk/lang)
-
tags/1.2.4/readme.txt (copied) (copied from target-visitors/trunk/readme.txt) (2 diffs)
-
tags/1.2.4/wp-target-visitors.php (copied) (copied from target-visitors/trunk/wp-target-visitors.php) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-target-visitors.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
target-visitors/tags/1.2.4/readme.txt
r128147 r128160 5 5 Requires at least: 2.3.2 6 6 Tested up to: 2.8 7 Version: 1.2. 37 Version: 1.2.4 8 8 Last Updated: 2009-06-21 9 Stable tag: 1.2. 39 Stable tag: 1.2.4 10 10 11 11 Plugin shows a special message for users coming from search engines like Google, Yandex, MSN, Yahoo, etc. … … 64 64 == Changelog == 65 65 66 = 1.2. 3=66 = 1.2.4 = 67 67 * Fixed russian lang. 68 68 -
target-visitors/tags/1.2.4/wp-target-visitors.php
r128147 r128160 5 5 Description: Plugin shows a special message for visitors coming from search engines: Google, Yandex, Mail, Yahoo, Liveinternet, Rambler, Altavista, Msn. 6 6 Author: Abanova Olga 7 Version: 1.2. 37 Version: 1.2.4 8 8 Author URI: http://www.getincss.ru 9 9 */ … … 56 56 $moFile = dirname(__FILE__) . "/lang/target-visitors_" . $currentLocale . ".mo"; 57 57 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); 59 59 60 60 } … … 404 404 add_filter('the_excerpt', 'html_words_highlight'); 405 405 add_filter('the_title', 'html_words_highlight'); 406 add_action('wp_head', 'hilite_head');407 406 if (get_option('autoset')=="1"): 408 407 add_filter('the_content', 'autosetfunc',1); -
target-visitors/trunk/readme.txt
r128147 r128160 5 5 Requires at least: 2.3.2 6 6 Tested up to: 2.8 7 Version: 1.2. 37 Version: 1.2.4 8 8 Last Updated: 2009-06-21 9 Stable tag: 1.2. 39 Stable tag: 1.2.4 10 10 11 11 Plugin shows a special message for users coming from search engines like Google, Yandex, MSN, Yahoo, etc. … … 64 64 == Changelog == 65 65 66 = 1.2. 3=66 = 1.2.4 = 67 67 * Fixed russian lang. 68 68 -
target-visitors/trunk/wp-target-visitors.php
r128147 r128160 5 5 Description: Plugin shows a special message for visitors coming from search engines: Google, Yandex, Mail, Yahoo, Liveinternet, Rambler, Altavista, Msn. 6 6 Author: Abanova Olga 7 Version: 1.2. 37 Version: 1.2.4 8 8 Author URI: http://www.getincss.ru 9 9 */ … … 56 56 $moFile = dirname(__FILE__) . "/lang/target-visitors_" . $currentLocale . ".mo"; 57 57 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); 59 59 60 60 } … … 404 404 add_filter('the_excerpt', 'html_words_highlight'); 405 405 add_filter('the_title', 'html_words_highlight'); 406 add_action('wp_head', 'hilite_head');407 406 if (get_option('autoset')=="1"): 408 407 add_filter('the_content', 'autosetfunc',1);
Note: See TracChangeset
for help on using the changeset viewer.