- Timestamp:
- 07/09/2019 01:08:47 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/content-audio.php
r43571 r45609 23 23 <div class="audio-content"> 24 24 <?php 25 /* translators: %s: Name of current post */26 25 the_content( 27 26 sprintf( 27 /* translators: %s: Name of current post */ 28 28 __( 'Continue reading %s <span class="meta-nav">→</span>', 'twentythirteen' ), 29 29 the_title( '<span class="screen-reader-text">', '</span>', false )
Note: See TracChangeset
for help on using the changeset viewer.