From 70027dd1709eb78fb1d3b09983e75e57fd1d3129 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Aug 2017 15:23:25 +0000 Subject: [PATCH] Docs: Add missing documentation for the `$data` parameter for `WP_Http::browser_redirect_compatibility()`. Props ronakganatra for the initial patch. Fixes #41380. git-svn-id: https://develop.svn.wordpress.org/trunk@41218 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-http.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/class-http.php b/src/wp-includes/class-http.php index 31baadacb6..db0ba609a3 100644 --- a/src/wp-includes/class-http.php +++ b/src/wp-includes/class-http.php @@ -458,6 +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 array $options Redirect request options. * @param Requests_Response $original Response object. */