Make WordPress Core


Ignore:
Timestamp:
07/09/2019 01:08:47 AM (7 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/twentythirteen/content-video.php

    r43571 r45609  
    2222        <div class="entry-content">
    2323                <?php
    24                         /* translators: %s: Name of current post */
    2524                        the_content(
    2625                                sprintf(
     26                                        /* translators: %s: Name of current post */
    2727                                        __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentythirteen' ),
    2828                                        the_title( '<span class="screen-reader-text">', '</span>', false )
Note: See TracChangeset for help on using the changeset viewer.