- Timestamp:
- 07/05/2019 08:03:40 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/template-parts/content.php
r45209 r45604 24 24 <div class="entry-content"> 25 25 <?php 26 /* translators: %s: Name of current post */27 26 the_content( 28 27 sprintf( 28 /* translators: %s: Name of current post */ 29 29 __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'twentysixteen' ), 30 30 get_the_title()
Note: See TracChangeset
for help on using the changeset viewer.