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