Make WordPress Core

Ticket #32001: 32001.patch

File 32001.patch, 652 bytes (added by pavelevap, 11 years ago)
  • src/wp-content/themes/twentyfifteen/inc/template-tags.php

     
    119119
    120120        if ( ! is_single() && ! post_password_required() && ( comments_open() || get_comments_number() ) ) {
    121121                echo '<span class="comments-link">';
    122                 comments_popup_link( __( 'Leave a comment', 'twentyfifteen' ), __( '1 Comment', 'twentyfifteen' ), __( '% Comments', 'twentyfifteen' ) );
     122                comments_popup_link();
    123123                echo '</span>';
    124124        }
    125125}