Changeset 14983
- Timestamp:
- 05/27/2010 08:52:14 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/theme-compat/comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme-compat/comments.php
r14771 r14983 24 24 25 25 <?php if ( have_comments() ) : ?> 26 <h3 id="comments"><?php comments_number(__('No Responses'), __('One Response'), __('% Responses'));?> <?php printf(__('to “%s”'), the_title('', '', false)); ?></h3> 26 <h3 id="comments"><?php printf( _n( 'One Response to %2$s', '%1$s Responses to %2$s', get_comments_number() ), 27 number_format_i18n( get_comments_number() ), '“' . get_the_title() . '”' ); ?></h3> 27 28 28 29 <div class="navigation">
Note: See TracChangeset
for help on using the changeset viewer.