- 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-image.php
r43571 r45609 22 22 <div class="entry-content"> 23 23 <?php 24 /* translators: %s: Name of current post */25 24 the_content( 26 25 sprintf( 26 /* translators: %s: Name of current post */ 27 27 __( 'Continue reading %s <span class="meta-nav">→</span>', 'twentythirteen' ), 28 28 the_title( '<span class="screen-reader-text">', '</span>', false )
Note: See TracChangeset
for help on using the changeset viewer.