From fb8d73a0f745a6a24d6f1d13bcb4dd3cd0c7a37e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 18 Oct 2017 16:38:48 +0000 Subject: [PATCH] Docs: Correct type and description for the `$data` parameter in `WP_Http::browser_redirect_compatibility()`. Fixes #41380. Built from https://develop.svn.wordpress.org/trunk@41907 git-svn-id: http://core.svn.wordpress.org/trunk@41741 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-http.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-http.php b/wp-includes/class-http.php index 99b20a941a..c802f7faef 100644 --- a/wp-includes/class-http.php +++ b/wp-includes/class-http.php @@ -458,7 +458,7 @@ class WP_Http { * * @param string $location URL to redirect to. * @param array $headers Headers for the redirect. - * @param mixed $data The data to add to the cache. + * @param string|array $data Body to send with the request. * @param array $options Redirect request options. * @param Requests_Response $original Response object. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 34ce0279c8..1c3e67a3f1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta2-41906'; +$wp_version = '4.9-beta2-41907'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.