Changeset 1322
- Timestamp:
- 04/05/2009 02:23:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/buddypress-home/comments.php
r1305 r1322 22 22 <div id="comments-section"> 23 23 <?php if ($comments) : ?> 24 <h3 id="responses"><?php comments_number( __( 'No Responses', 'buddypress' ), __( 'One Response', 'buddypress' ), __( '% Responses', 'buddypress' ) );?> to“<?php the_title(); ?>”</h3>24 <h3 id="responses"><?php comments_number( __( 'No Responses', 'buddypress' ), __( 'One Response', 'buddypress' ), __( '% Responses', 'buddypress' ) );?> <?php _e( 'to', 'buddypress' ) ?> “<?php the_title(); ?>”</h3> 25 25 26 26 <ol class="commentlist" id="comments">
Note: See TracChangeset
for help on using the changeset viewer.