Make WordPress Core


Ignore:
Timestamp:
07/05/2019 08:03:40 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Add missing translator comments.

Twentys Eleven, Sixteen, and Seventeen now have translator comments for all their strings.

Also, WPCS now doesn't show missing translator comment warnings for test files.

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-image.php

    r45209 r45604  
    5656
    5757            // Only show content if is a single post, or if there's no featured image.
    58             /* translators: %s: Name of current post */
    5958            the_content(
    6059                sprintf(
     60                    /* translators: %s: Name of current post */
    6161                    __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'twentyseventeen' ),
    6262                    get_the_title()
Note: See TracChangeset for help on using the changeset viewer.