Make WordPress Core


Ignore:
Timestamp:
12/09/2014 06:55:40 PM (10 years ago)
Author:
johnbillion
Message:

In Twenty Thirteen, move the "Continue Reading" arrows back inside the translatable strings so they can be localised.

See #30641

File:
1 edited

Legend:

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

    r30390 r30795  
    4242            /* translators: %s: Name of current post */
    4343            the_content( sprintf(
    44                 esc_html__( 'Continue reading %s', 'twentythirteen' ),
    45                 the_title( '<span class="screen-reader-text">', '</span> <span class="meta-nav">&rarr;</span>', false )
     44                __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentythirteen' ),
     45                the_title( '<span class="screen-reader-text">', '</span>', false )
    4646            ) );
    4747
Note: See TracChangeset for help on using the changeset viewer.