Make WordPress Core

Ticket #31921: 31921.patch

File 31921.patch, 689 bytes (added by dimadin, 10 years ago)
  • wp-includes/theme-compat/comments.php

     
    2626        <h3 id="comments">
    2727                <?php
    2828                        if ( 1 == get_comments_number() ) {
    29                                 printf( 'One Response to %2$s',  '&#8220;' . get_the_title() . '&#8221;' );
     29                                printf( __( 'One Response to %s' ),  '&#8220;' . get_the_title() . '&#8221;' );
    3030                        } else {
    3131                                printf( _n( '%1$s Response to %2$s', '%1$s Responses to %2$s', get_comments_number() ),
    3232                                        number_format_i18n( get_comments_number() ),  '&#8220;' . get_the_title() . '&#8221;' );