Twenty Eleven: Docs: Add missing @return
type for twentyeleven_auto_excerpt_more()
.
Props ravipatel. Fixes #51477. Built from https://develop.svn.wordpress.org/trunk@49105 git-svn-id: http://core.svn.wordpress.org/trunk@48867 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
92f3ef5980
commit
37c3854083
@ -471,7 +471,7 @@ endif; // twentyeleven_continue_reading_link()
|
|||||||
* @since Twenty Eleven 1.0
|
* @since Twenty Eleven 1.0
|
||||||
*
|
*
|
||||||
* @param string $more The Read More text.
|
* @param string $more The Read More text.
|
||||||
* @return The filtered Read More text.
|
* @return string The filtered Read More text.
|
||||||
*/
|
*/
|
||||||
function twentyeleven_auto_excerpt_more( $more ) {
|
function twentyeleven_auto_excerpt_more( $more ) {
|
||||||
if ( ! is_admin() ) {
|
if ( ! is_admin() ) {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.6-alpha-49104';
|
$wp_version = '5.6-alpha-49105';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user