From c18ec08dbb27d894516a0ff87bb65b49ed5ab250 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 23 Dec 2020 15:05:08 +0000 Subject: [PATCH] Twenty Nineteen: Correct `@since` version for `twentynineteen_excerpt_more()`. Follow-up to [49831]. See #46177. Built from https://develop.svn.wordpress.org/trunk@49901 git-svn-id: http://core.svn.wordpress.org/trunk@49600 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentynineteen/functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentynineteen/functions.php b/wp-content/themes/twentynineteen/functions.php index 4fd0b76d6e..c2b69e23f8 100644 --- a/wp-content/themes/twentynineteen/functions.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 93727b0e25..b3ff5dfe42 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49900'; +$wp_version = '5.7-alpha-49901'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.