Changeset 579933
- Timestamp:
- 07/31/2012 07:33:56 PM (14 years ago)
- Location:
- jquery-expandable-comments/trunk
- Files:
-
- 2 edited
-
jQuery-comments.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jquery-expandable-comments/trunk/jQuery-comments.php
r344618 r579933 5 5 Description: Makes comment replies expandable with jQuery, and creates "valid" code. 6 6 Author: Shelly Cole 7 Version: 0.2 7 Version: 0.2.1 8 8 Author URI: http://brassblogs.com 9 9 -
jquery-expandable-comments/trunk/readme.txt
r579930 r579933 4 4 Tags: jQuery, comments, expand, replies 5 5 Requires at least: 3.0 6 Tested up to: 3.4 7 Stable tag: 0.2 6 Tested up to: 3.4.1 7 Stable tag: 0.2.1 8 8 9 9 A plugin to make expandable comment replies. … … 19 19 Otherwise, 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. 20 20 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 repl aies will display under it. if you have your depth level set to 5, then each level will have it's own show/hide link.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 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. 22 22 23 23 … … 44 44 == Changelog == 45 45 46 = 0.2.1 = 47 * Edited readme file and stable version of plugin. 48 46 49 = 0.2 = 47 50 * Upgraded for 3.1 usage
Note: See TracChangeset
for help on using the changeset viewer.