Plugin Directory

Changeset 579933


Ignore:
Timestamp:
07/31/2012 07:33:56 PM (14 years ago)
Author:
doodlebee
Message:

Updating readme file to fix spelling errors

Location:
jquery-expandable-comments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jquery-expandable-comments/trunk/jQuery-comments.php

    r344618 r579933  
    55Description: Makes comment replies expandable with jQuery, and creates "valid" code.
    66Author: Shelly Cole
    7 Version: 0.2
     7Version: 0.2.1
    88Author URI: http://brassblogs.com
    99
  • jquery-expandable-comments/trunk/readme.txt

    r579930 r579933  
    44Tags: jQuery, comments, expand, replies
    55Requires at least: 3.0
    6 Tested up to: 3.4
    7 Stable tag: 0.2
     6Tested up to: 3.4.1
     7Stable tag: 0.2.1
    88
    99A plugin to make expandable comment replies.
     
    1919Otherwise, you can use anything you would normally use with `[wp_list_comments](http://codex.wordpress.org/Function_Reference/wp_list_comments)` - callback features, everything - it's all there, so you can re-style however you like.
    2020
    21 This also works with pagination and level depths - if you set "3 comments per page" then 3 top-level comments will show and all replaies will display under it.  if you have your depth level set to 5, then each level will have it's own show/hide link.
     21This also works with pagination and level depths - if you set "3 comments per page" then 3 top-level comments will show and all replies will display under it.  if you have your depth level set to 5, then each level will have it's own show/hide link.
    2222
    2323
     
    4444== Changelog ==
    4545
     46= 0.2.1 =
     47* Edited readme file and stable version of plugin.
     48
    4649= 0.2 =
    4750* Upgraded for 3.1 usage
Note: See TracChangeset for help on using the changeset viewer.