diff --git a/src/wp-content/themes/twentynineteen/functions.php b/src/wp-content/themes/twentynineteen/functions.php index 4fd0b76d6e..c2b69e23f8 100644 --- a/src/wp-content/themes/twentynineteen/functions.php +++ b/src/wp-content/themes/twentynineteen/functions.php @@ -208,7 +208,7 @@ add_action( 'widgets_init', 'twentynineteen_widgets_init' ); * Replaces "[...]" (appended to automatically generated excerpts) with ... and * a 'Continue reading' link. * - * @since Twenty Nineteen 2.6 + * @since Twenty Nineteen 2.0 * * @param string $link Link to single post/page. * @return string 'Continue reading' link prepended with an ellipsis.