Changeset 45604 for trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.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/post/content-gallery.php
r45209 r45604 66 66 if ( is_single() || ! get_post_gallery() ) { 67 67 68 /* translators: %s: Name of current post */69 68 the_content( 70 69 sprintf( 70 /* translators: %s: Name of current post */ 71 71 __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'twentyseventeen' ), 72 72 get_the_title()
Note: See TracChangeset
for help on using the changeset viewer.