diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php index 152bce7fa0..125363eefd 100644 --- a/wp-content/themes/twentyeleven/functions.php +++ b/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() ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 24d39eff5d..edabf7f808 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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.