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