diff --git a/wp-includes/http.php b/wp-includes/http.php index f84fec9de8..7ec2ad59b3 100644 --- a/wp-includes/http.php +++ b/wp-includes/http.php @@ -40,7 +40,7 @@ function _wp_http_get_object() { * @see wp_http_validate_url() For more information about how the URL is validated. * * @link https://owasp.org/www-community/attacks/Server_Side_Request_Forgery - * + * * @param string $url URL to retrieve. * @param array $args Optional. Request arguments. Default empty array. * See WP_Http::request() for information on accepted arguments. diff --git a/wp-includes/version.php b/wp-includes/version.php index 8940b1af7c..0cd25ad186 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-beta1-58385'; +$wp_version = '6.6-beta1-58386'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.