- Timestamp:
- 10/29/2019 04:40:34 PM (5 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
-
branches/5.3/src/wp-content/themes/twentytwenty/template-parts/content.php
r46551 r46614 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.