Changeset 5942 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/template-parts/content.php
- Timestamp:
- 09/20/2017 08:53:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/template-parts/content.php
r5939 r5942 30 30 /* translators: %s: Name of current post */ 31 31 the_content( sprintf( 32 __( 'Continue reading<span class="screen-reader-text"> "%s"</span> ', 'wporg' ),32 __( 'Continue reading<span class="screen-reader-text"> "%s"</span> →', 'wporg' ), 33 33 get_the_title() 34 34 ) );
Note: See TracChangeset
for help on using the changeset viewer.