Plugin Directory

Changeset 352147


Ignore:
Timestamp:
02/26/2011 11:36:02 PM (15 years ago)
Author:
OsExpert.net
Message:
 
Location:
wp-seo-tags
Files:
15 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-seo-tags/trunk/readme.txt

    r352143 r352147  
    55Requires at least: 3.0
    66Tested up to: 3.1
    7 Stable tag: 2.2.22
     7Stable tag: 2.2.3
    88
    99Logs incoming queries from searchengines like Bing, Google and Yahoo and display them in your sidebar.
     
    1818
    1919== Changelog ==
     20
     21<ul>
     22    <span>2.2.3</span>
     23    <li>Update: Sidebarwidget compatible to Wordpres >= 2.8.</li>
     24</ul>
    2025
    2126<ul>
  • wp-seo-tags/trunk/wp-seo-tags.php

    r352142 r352147  
    44Plugin URI: http://www.saquery.com/wordpress/wp-seo-tags
    55Description: WP SEO Tags
    6 Version: 2.2.22
     6Version: 2.2.3
    77Author: Stephan Ahlf
    88Author URI: http://saquery.com
     
    613613    }
    614614
    615 //widget
     615//widget   
    616616    function saq_wpseotags_widget($args) {
    617617        global $wpdb;
     
    634634
    635635    function register_saq_wpseotags_widget() {
    636         register_sidebar_widget('WP Seo Tags Widget', 'saq_wpseotags_widget');
     636        wp_register_sidebar_widget('saq_wpseotags_widget', 'WP Seo Tags Widget', 'saq_wpseotags_widget');
    637637    }
    638638    add_action('init', 'register_saq_wpseotags_widget');
Note: See TracChangeset for help on using the changeset viewer.