Make WordPress Core


Ignore:
Timestamp:
12/09/2014 06:55:40 PM (11 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/functions.php

    r30482 r30795  
    476476        esc_url( get_permalink( get_the_ID() ) ),
    477477            /* translators: %s: Name of current post */
    478             sprintf( esc_html__( 'Continue reading %s', 'twentythirteen' ), '<span class="screen-reader-text">' . get_the_title( get_the_ID() ) . '</span> <span class="meta-nav">&rarr;</span>' )
     478            sprintf( __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentythirteen' ), '<span class="screen-reader-text">' . get_the_title( get_the_ID() ) . '</span>' )
    479479        );
    480480    return ' &hellip; ' . $link;
Note: See TracChangeset for help on using the changeset viewer.