wp-content/themes/twentynineteen/functions.php:224Replaces "[.
$linkstringstringfunction twentynineteen_excerpt_more( $link ) { if ( is_admin() ) { return $link; } $link = sprintf( '<p class="link-more"><a href="%1$s" class="more-link">%2$s</a></p>', esc_url( get_permalink( get_the_ID() ) ), /* translators: %s: Post title. Only visible to screen readers. */ sprintf( __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'twentynineteen' ), get_the_title( get_the_ID() ) ) ); return ' … ' . $link;}Introduced in Twenty Nineteen 2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentynineteen/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.