From cfc609eb3e474b3aa5777ef4bd14019e2b6063cd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 28 Sep 2024 15:09:17 +0000 Subject: [PATCH] Twenty Fifteen: Document the `$more` parameter in `twentyfifteen_excerpt_more()`. Follow-up to [30237], [30569]. Props pitamdey, sabernhardt. See #62079. Built from https://develop.svn.wordpress.org/trunk@59110 git-svn-id: http://core.svn.wordpress.org/trunk@58506 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/inc/template-tags.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyfifteen/inc/template-tags.php b/wp-content/themes/twentyfifteen/inc/template-tags.php index d2a0180f21..475e6cfe61 100644 --- a/wp-content/themes/twentyfifteen/inc/template-tags.php +++ b/wp-content/themes/twentyfifteen/inc/template-tags.php @@ -256,6 +256,7 @@ if ( ! function_exists( 'twentyfifteen_excerpt_more' ) && ! is_admin() ) : * * @since Twenty Fifteen 1.0 * + * @param string $more Default Read More excerpt link. * @return string 'Continue reading' link prepended with an ellipsis. */ function twentyfifteen_excerpt_more( $more ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index a49c69a506..b7dc76e86d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-59109'; +$wp_version = '6.7-alpha-59110'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.