From 31a063b86614406652a7afd6429aba6991db5fcd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 8 Oct 2020 09:21:57 +0000 Subject: [PATCH] Twenty Eleven: Docs: Add missing `@return` type for `twentyeleven_auto_excerpt_more()`. Props ravipatel. Fixes #51477. git-svn-id: https://develop.svn.wordpress.org/trunk@49105 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyeleven/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyeleven/functions.php b/src/wp-content/themes/twentyeleven/functions.php index 152bce7fa0..125363eefd 100644 --- a/src/wp-content/themes/twentyeleven/functions.php +++ b/src/wp-content/themes/twentyeleven/functions.php @@ -471,7 +471,7 @@ endif; // twentyeleven_continue_reading_link() * @since Twenty Eleven 1.0 * * @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 ) { if ( ! is_admin() ) {