Plugin Directory

Changeset 335715


Ignore:
Timestamp:
01/22/2011 10:12:00 AM (15 years ago)
Author:
OsExpert.net
Message:

Fixed html structure for Sidebar Widget.

Location:
wp-seo-tags
Files:
15 added
2 edited

Legend:

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

    r288109 r335715  
    44Tags: Log incoming queries, searchengines, widget, seo
    55Requires at least: 3.0
    6 Tested up to: 3.0.1
    7 Stable tag: 2.2
     6Tested up to: 3.0.4
     7Stable tag: 2.2.1
    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.1</span>
     23    <li>Fixed html structure for Sidebar Widget</li>
     24</ul>
    2025
    2126<ul>
  • wp-seo-tags/trunk/wp-seo-tags.php

    r288109 r335715  
    44Plugin URI: http://www.saquery.com/wordpress/wp-seo-tags
    55Description: WP SEO Tags
    6 Version: 2.2
     6Version: 2.2.1
    77Author: Stephan Ahlf
    88Author URI: http://saquery.com
     
    629629            echo "<li>$a</li>";
    630630        }
     631        echo "</ul>";
    631632
    632633        echo $after_widget;
Note: See TracChangeset for help on using the changeset viewer.