Making WordPress.org


Ignore:
Timestamp:
09/20/2018 05:44:16 AM (6 years ago)
Author:
dd32
Message:

WordPress.TV: Sync open-sourced theme with the master source.

See #1625, #3392.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/comments.php

    r6374 r7675  
    2424            if ( 1 == $comments_number ) {
    2525                /* translators: %s: post title */
    26                 printf( _x( 'One response on &ldquo;%2$s&rdquo;', 'comments title', 'wptv' ), '<span>' . get_the_title() . '</span>' );
     26                printf( _x( 'One response on &ldquo;%s&rdquo;', 'comments title', 'wptv' ), '<span>' . get_the_title() . '</span>' );
    2727            } else {
    2828                printf(
Note: See TracChangeset for help on using the changeset viewer.