Changeset 45609 for trunk/src/wp-content/themes/twentythirteen/content.php
- Timestamp:
- 07/09/2019 01:08:47 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/content.php
r42343 r45609 40 40 <div class="entry-content"> 41 41 <?php 42 /* translators: %s: Name of current post */43 42 the_content( 44 43 sprintf( 44 /* translators: %s: Name of current post */ 45 45 __( 'Continue reading %s <span class="meta-nav">→</span>', 'twentythirteen' ), 46 46 the_title( '<span class="screen-reader-text">', '</span>', false )
Note: See TracChangeset
for help on using the changeset viewer.