Changeset 45604 for trunk/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php
- 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/page/content-front-page.php
r45209 r45604 37 37 <div class="entry-content"> 38 38 <?php 39 /* translators: %s: Name of current post */40 39 the_content( 41 40 sprintf( 41 /* translators: %s: Name of current post */ 42 42 __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'twentyseventeen' ), 43 43 get_the_title()
Note: See TracChangeset
for help on using the changeset viewer.