Skip to:
Content

BuddyPress.org

Changeset 2931


Ignore:
Timestamp:
04/19/2010 12:58:26 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fix #2302

File:
1 edited

Legend:

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

    r2576 r2931  
    2020
    2121            <span class="title"><?php the_title() ?></span>
    22             <h3 id="comments"><?php comments_number( 'No Comments', 'One Comment', $numComments . ' Comments' );?></h3>
     22            <h3 id="comments"><?php comments_number( '', '', $numComments );?></h3>
    2323
    2424            <?php do_action( 'bp_before_blog_comment_list' ) ?>
Note: See TracChangeset for help on using the changeset viewer.