Changeset 53308 for trunk/src/wp-content/themes/twentyfifteen/content.php
- Timestamp:
- 04/29/2022 05:01:22 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/content.php
r47122 r53308 31 31 the_content( 32 32 sprintf( 33 /* translators: %s: Post title. */33 /* translators: %s: Post title. Only visible to screen readers. */ 34 34 __( 'Continue reading %s', 'twentyfifteen' ), 35 35 the_title( '<span class="screen-reader-text">', '</span>', false )
Note: See TracChangeset
for help on using the changeset viewer.