Make WordPress Core


Ignore:
Timestamp:
07/09/2019 01:08:47 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Add missing translator comments to the default themes.

All default themes now have translator comments for all strings with placeholders!

See #46732.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyten/header.php

    r45581 r45609  
    3333    // Add a page number if necessary:
    3434if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) {
     35    /* translators: %s: page number */
    3536    echo esc_html( ' | ' . sprintf( __( 'Page %s', 'twentyten' ), max( $paged, $page ) ) );
    3637}
Note: See TracChangeset for help on using the changeset viewer.