Changeset 30795 for trunk/src/wp-content/themes/twentythirteen/content.php
- Timestamp:
- 12/09/2014 06:55:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/content.php
r30390 r30795 42 42 /* translators: %s: Name of current post */ 43 43 the_content( sprintf( 44 esc_html__( 'Continue reading %s', 'twentythirteen' ),45 the_title( '<span class="screen-reader-text">', '</span> <span class="meta-nav">→</span>', false )44 __( 'Continue reading %s <span class="meta-nav">→</span>', 'twentythirteen' ), 45 the_title( '<span class="screen-reader-text">', '</span>', false ) 46 46 ) ); 47 47
Note: See TracChangeset
for help on using the changeset viewer.