Plugin Directory

Changeset 744782


Ignore:
Timestamp:
07/23/2013 06:28:24 AM (12 years ago)
Author:
Columcille
Message:

Minor fix for mismatched tags

Location:
grouped-comments-widget
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • grouped-comments-widget/tags/1.5.2/grouped-comments.php

    r670099 r744782  
    44Plugin URI: http://croberts.me/grouped-comments-widget/
    55Description: This plugin adds a widget which displays your recent comments, grouped by post.
    6 Version: 1.5.1
     6Version: 1.5.2
    77Author: Chris Roberts
    88Author URI: http://croberts.me/
     
    128128                }
    129129               
    130                 echo '</li></ul>';
     130                echo '</ul>';
    131131               
    132132                if ($comments_shown == $instance['comments_total']) {
  • grouped-comments-widget/tags/1.5.2/readme.txt

    r670099 r744782  
    44Requires at least: 2.7
    55Tested up to: 3.5.1
    6 Stable tag: 1.5.1
     6Stable tag: 1.5.2
    77
    88Adds a widget which displays recent comments, grouped by post.
     
    2626== Changelog ==
    2727
     28= 1.5.2 =
     29* Minor fix for mismatched tags
     30
    2831= 1.5.1 =
    2932* Minor tweak so the comment count doesn't end up on a line by itself.
  • grouped-comments-widget/trunk/grouped-comments.php

    r670099 r744782  
    44Plugin URI: http://croberts.me/grouped-comments-widget/
    55Description: This plugin adds a widget which displays your recent comments, grouped by post.
    6 Version: 1.5.1
     6Version: 1.5.2
    77Author: Chris Roberts
    88Author URI: http://croberts.me/
     
    128128                }
    129129               
    130                 echo '</li></ul>';
     130                echo '</ul>';
    131131               
    132132                if ($comments_shown == $instance['comments_total']) {
  • grouped-comments-widget/trunk/readme.txt

    r670099 r744782  
    44Requires at least: 2.7
    55Tested up to: 3.5.1
    6 Stable tag: 1.5.1
     6Stable tag: 1.5.2
    77
    88Adds a widget which displays recent comments, grouped by post.
     
    2626== Changelog ==
    2727
     28= 1.5.2 =
     29* Minor fix for mismatched tags
     30
    2831= 1.5.1 =
    2932* Minor tweak so the comment count doesn't end up on a line by itself.
Note: See TracChangeset for help on using the changeset viewer.