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