From 8e71c49a12f3be252c45e6b5e8ee18e7038448e1 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Aug 2017 15:24:44 +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. Built from https://develop.svn.wordpress.org/trunk@41218 git-svn-id: http://core.svn.wordpress.org/trunk@41058 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-http.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-http.php b/wp-includes/class-http.php index 31baadacb6..db0ba609a3 100644 --- a/wp-includes/class-http.php +++ b/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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 1d45d94c03..10c3f954ad 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41217'; +$wp_version = '4.9-alpha-41218'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.