Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/30/2011 08:33:09 PM (14 years ago)
Author:
djpaul
Message:

First pass at tidying up comment styling. See #3242. Big props Dennissmolek & hnla

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/comments.php

    r4131 r4577  
    2828
    2929        <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' ) ) ?>
    3131        </ol><!-- .comment-list -->
    3232
Note: See TracChangeset for help on using the changeset viewer.