Changeset 30389 for trunk/src/wp-content/themes/twentyfourteen/content.php
- Timestamp:
- 11/19/2014 06:26:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content.php
r26258 r30389 52 52 <div class="entry-content"> 53 53 <?php 54 the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyfourteen' ) ); 54 /* translators: %s: Name of current post */ 55 the_content( sprintf( 56 esc_html__( 'Continue reading %s', 'twentyfourteen' ), 57 the_title( '<span class="screen-reader-text">', '</span> <span class="meta-nav">→</span>', false ) 58 ) ); 59 55 60 wp_link_pages( array( 56 61 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
Note: See TracChangeset
for help on using the changeset viewer.