Changeset 4577 for trunk/bp-themes/bp-default/comments.php
- Timestamp:
- 06/30/2011 08:33:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/comments.php
r4131 r4577 28 28 29 29 <ol class="commentlist"> 30 <?php wp_list_comments( array( 'callback' => 'bp_dtheme_blog_comments' ) ) ?>30 <?php wp_list_comments( array( 'callback' => 'bp_dtheme_blog_comments', 'type' => 'comment' ) ) ?> 31 31 </ol><!-- .comment-list --> 32 32
Note: See TracChangeset
for help on using the changeset viewer.