From a5e6c8a7d8878c9a41e194f17dc11f2a03e3ca36 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 20 Dec 2018 01:58:13 +0000 Subject: [PATCH] Docs: Update `@deprecated` tag for `WP_Http::_dispatch_request()`. See [42766]. Fixes #43414. git-svn-id: https://develop.svn.wordpress.org/trunk@44346 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-http.php b/src/wp-includes/class-http.php index 4d15b737cf..a554708afc 100644 --- a/src/wp-includes/class-http.php +++ b/src/wp-includes/class-http.php @@ -546,7 +546,7 @@ class WP_Http { * The order for requests is cURL, and then PHP Streams. * * @since 3.2.0 - * @deprecated 5.0.0 Use WP_Http::request() + * @deprecated 5.1.0 Use WP_Http::request() * @see WP_Http::request() * * @param string $url URL to Request