Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Capitalize translator comments consistently, add trailing punctuation.

Includes minor code layout fixes.

See #44360.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/functions.php

    r45768 r45932  
    283283
    284284    /*
    285      * Translators: If there are characters in your language that are not
    286      * supported by Libre Franklin, translate this to 'off'. Do not translate
    287      * into your own language.
     285     * translators: If there are characters in your language that are not supported
     286     * by Libre Franklin, translate this to 'off'. Do not translate into your own language.
    288287     */
    289288    $libre_franklin = _x( 'on', 'Libre Franklin font: on or off', 'twentyseventeen' );
     
    388387        '<p class="link-more"><a href="%1$s" class="more-link">%2$s</a></p>',
    389388        esc_url( get_permalink( get_the_ID() ) ),
    390         /* translators: %s: Name of current post */
     389        /* translators: %s: Post title. */
    391390        sprintf( __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'twentyseventeen' ), get_the_title( get_the_ID() ) )
    392391    );
Note: See TracChangeset for help on using the changeset viewer.