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/twentyfifteen/content.php

    r45209 r45609  
    2929    <div class="entry-content">
    3030        <?php
    31             /* translators: %s: Name of current post */
    3231            the_content(
    3332                sprintf(
     33                    /* translators: %s: Name of current post */
    3434                    __( 'Continue reading %s', 'twentyfifteen' ),
    3535                    the_title( '<span class="screen-reader-text">', '</span>', false )
Note: See TracChangeset for help on using the changeset viewer.