Docs: Correct type and description for the `$data` parameter in `WP_Http::browser_redirect_compatibility()`.

Fixes #41380.

git-svn-id: https://develop.svn.wordpress.org/trunk@41907 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-10-18 16:37:08 +00:00
parent 129c9f42da
commit cb3abb4abc
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/