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
This commit is contained in:
Sergey Biryukov 2020-10-08 09:21:57 +00:00
parent cf8c11c2f3
commit 31a063b866
1 changed files with 1 additions and 1 deletions

View File

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