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.