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
This commit is contained in:
Sergey Biryukov 2024-09-28 15:09:17 +00:00
parent 029f97976d
commit cfc609eb3e
2 changed files with 2 additions and 1 deletions

View File

@ -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 ) {

View File

@ -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.