Changeset 45609 for trunk/src/wp-content/themes/twentyfifteen/content.php
- Timestamp:
- 07/09/2019 01:08:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/content.php
r45209 r45609 29 29 <div class="entry-content"> 30 30 <?php 31 /* translators: %s: Name of current post */32 31 the_content( 33 32 sprintf( 33 /* translators: %s: Name of current post */ 34 34 __( 'Continue reading %s', 'twentyfifteen' ), 35 35 the_title( '<span class="screen-reader-text">', '</span>', false )
Note: See TracChangeset
for help on using the changeset viewer.