diff --git a/wp-includes/http.php b/wp-includes/http.php index 4981875968..c543956947 100644 --- a/wp-includes/http.php +++ b/wp-includes/http.php @@ -240,7 +240,7 @@ function wp_remote_retrieve_header( $response, $header ) { /** * Retrieve only the response code from the raw response. * - * Will return an empty array if incorrect parameter value is given. + * Will return an empty string if incorrect parameter value is given. * * @since 2.7.0 * @@ -258,7 +258,7 @@ function wp_remote_retrieve_response_code( $response ) { /** * Retrieve only the response message from the raw response. * - * Will return an empty array if incorrect parameter value is given. + * Will return an empty string if incorrect parameter value is given. * * @since 2.7.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 7a2a3a6136..bdaed4268b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52571'; +$wp_version = '6.0-alpha-52572'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.