Ticket #31921: 31921.patch
File 31921.patch, 689 bytes (added by , 10 years ago) |
---|
-
wp-includes/theme-compat/comments.php
26 26 <h3 id="comments"> 27 27 <?php 28 28 if ( 1 == get_comments_number() ) { 29 printf( 'One Response to %2$s', '“' . get_the_title() . '”' );29 printf( __( 'One Response to %s' ), '“' . get_the_title() . '”' ); 30 30 } else { 31 31 printf( _n( '%1$s Response to %2$s', '%1$s Responses to %2$s', get_comments_number() ), 32 32 number_format_i18n( get_comments_number() ), '“' . get_the_title() . '”' );