Changeset 45604 for trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-video.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-video.php
r45209 r45604 78 78 if ( is_single() || empty( $video ) ) { 79 79 80 /* translators: %s: Name of current post */81 80 the_content( 82 81 sprintf( 82 /* translators: %s: Name of current post */ 83 83 __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'twentyseventeen' ), 84 84 get_the_title()
Note: See TracChangeset
for help on using the changeset viewer.