- Timestamp:
- 04/19/2022 03:21:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/inc/template-functions.php
r52217 r53221 135 135 function twenty_twenty_one_continue_reading_text() { 136 136 $continue_reading = sprintf( 137 /* translators: %s: Name of current post. */137 /* translators: %s: Post title. Only visible to screen readers. */ 138 138 esc_html__( 'Continue reading %s', 'twentytwentyone' ), 139 139 the_title( '<span class="screen-reader-text">', '</span>', false ) … … 168 168 } 169 169 170 // Filter the excerpt more link.170 // Filter the content more link. 171 171 add_filter( 'the_content_more_link', 'twenty_twenty_one_continue_reading_link' ); 172 172
Note: See TracChangeset
for help on using the changeset viewer.