Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (6 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/twentyfifteen/content-link.php

    r45609 r45932  
    2929            the_content(
    3030                sprintf(
    31                     /* translators: %s: Name of current post */
     31                    /* translators: %s: Post title. */
    3232                    __( 'Continue reading %s', 'twentyfifteen' ),
    3333                    the_title( '<span class="screen-reader-text">', '</span>', false )
Note: See TracChangeset for help on using the changeset viewer.