Changeset 2931
- Timestamp:
- 04/19/2010 12:58:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-themes/bp-default/comments.php
r2576 r2931 20 20 21 21 <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> 23 23 24 24 <?php do_action( 'bp_before_blog_comment_list' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.