- Timestamp:
- 10/29/2019 02:53:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/content.php
r46551 r46613 34 34 the_excerpt(); 35 35 } else { 36 the_content( sprintf( '<span class="faux-button">%1$s</span> <span class="screen-reader-text">"%2$s"</span>', __( 'Continue reading', 'twentytwenty' ), get_the_title()) );36 the_content( __( 'Continue reading', 'twentytwenty' ) ); 37 37 } 38 38 ?>
Note: See TracChangeset
for help on using the changeset viewer.