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:
parent
029f97976d
commit
cfc609eb3e
|
@ -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 ) {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue