Make WordPress Core


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

In Twenty Fourteen, 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/twentyfourteen/content-link.php

    r30389 r30796  
    4646            /* translators: %s: Name of current post */
    4747            the_content( sprintf(
    48                 esc_html__( 'Continue reading %s', 'twentyfourteen' ),
    49                 the_title( '<span class="screen-reader-text">', '</span> <span class="meta-nav">&rarr;</span>', false )
     48                __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
     49                the_title( '<span class="screen-reader-text">', '</span>', false )
    5050            ) );
    5151
Note: See TracChangeset for help on using the changeset viewer.