diff --git a/wp-includes/functions.php b/wp-includes/functions.php index a58144f843..c135d0d93e 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -1250,7 +1250,7 @@ function wp( $query_vars = '' ) { * @global array $wp_header_to_desc * * @param int $code HTTP status code. - * @return string Empty string if not found, or description if found. + * @return string Status description if found, an empty string otherwise. */ function get_status_header_desc( $code ) { global $wp_header_to_desc; diff --git a/wp-includes/version.php b/wp-includes/version.php index 62b9ca5df1..fe6e228058 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-46106'; +$wp_version = '5.3-alpha-46107'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.