Changeset 579966
- Timestamp:
- 07/31/2012 08:18:22 PM (14 years ago)
- File:
-
- 1 edited
-
jquery-expandable-comments/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jquery-expandable-comments/trunk/readme.txt
r579933 r579966 17 17 This keeps most of the default `wp_list_comments` features. The only difference is that the child comments will have the added "`<div class='children'>`" added to it (ol and ul already have this class by default), but also have the div that provides the action to expand the replies. 18 18 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.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 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.
Note: See TracChangeset
for help on using the changeset viewer.