Docs: Remove unwanted whitespace found in wp-includes/http.php.

Follow-up to [58384].

Unprops audrasjb.



Built from https://develop.svn.wordpress.org/trunk@58386


git-svn-id: http://core.svn.wordpress.org/trunk@57835 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2024-06-11 07:29:12 +00:00
parent 074a64328e
commit 69eb380d78
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ function _wp_http_get_object() {
* @see wp_http_validate_url() For more information about how the URL is validated. * @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 * @link https://owasp.org/www-community/attacks/Server_Side_Request_Forgery
* *
* @param string $url URL to retrieve. * @param string $url URL to retrieve.
* @param array $args Optional. Request arguments. Default empty array. * @param array $args Optional. Request arguments. Default empty array.
* See WP_Http::request() for information on accepted arguments. * See WP_Http::request() for information on accepted arguments.

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.