Changeset 352142
- Timestamp:
- 02/26/2011 11:24:20 PM (15 years ago)
- Location:
- wp-seo-tags
- Files:
-
- 15 added
- 2 edited
-
tags/2.2.22 (added)
-
tags/2.2.22/readme.txt (added)
-
tags/2.2.22/screenshot-1.png (added)
-
tags/2.2.22/screenshot-2.png (added)
-
tags/2.2.22/screenshot-3.png (added)
-
tags/2.2.22/wp-seo-tags-be_BY.mo (added)
-
tags/2.2.22/wp-seo-tags-be_BY.po (added)
-
tags/2.2.22/wp-seo-tags-de_DE.mo (added)
-
tags/2.2.22/wp-seo-tags-de_DE.po (added)
-
tags/2.2.22/wp-seo-tags-fr_FR.mo (added)
-
tags/2.2.22/wp-seo-tags-fr_FR.po (added)
-
tags/2.2.22/wp-seo-tags-ru_RU.mo (added)
-
tags/2.2.22/wp-seo-tags-ru_RU.po (added)
-
tags/2.2.22/wp-seo-tags-template.php (added)
-
tags/2.2.22/wp-seo-tags.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-seo-tags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-seo-tags/trunk/readme.txt
r352055 r352142 5 5 Requires at least: 3.0 6 6 Tested up to: 3.1 7 Stable tag: 2.2.2 17 Stable tag: 2.2.22 8 8 9 9 Logs incoming queries from searchengines like Bing, Google and Yahoo and display them in your sidebar. … … 18 18 19 19 == Changelog == 20 21 <ul> 22 <span>2.2.22</span> 23 <li>Fixed Sidebar display problem.</li> 24 </ul> 20 25 21 26 <ul> -
wp-seo-tags/trunk/wp-seo-tags.php
r352055 r352142 4 4 Plugin URI: http://www.saquery.com/wordpress/wp-seo-tags 5 5 Description: WP SEO Tags 6 Version: 2.2.2 16 Version: 2.2.22 7 7 Author: Stephan Ahlf 8 8 Author URI: http://saquery.com … … 634 634 635 635 function register_saq_wpseotags_widget() { 636 wp_register_sidebar_widget('WP Seo Tags Widget', 'saq_wpseotags_widget',null);636 register_sidebar_widget('WP Seo Tags Widget', 'saq_wpseotags_widget'); 637 637 } 638 638 add_action('init', 'register_saq_wpseotags_widget');
Note: See TracChangeset
for help on using the changeset viewer.