Ticket #55564: 55564.patch
File 55564.patch, 922 bytes (added by , 2 years ago) |
---|
-
src/wp-content/themes/twentytwentyone/inc/template-functions.php
134 134 */ 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 ) 140 140 ); … … 167 167 } 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 173 173 if ( ! function_exists( 'twenty_twenty_one_post_title' ) ) {