Docs: Add a @staticvar entry for $transports in WP_Http::_dispatch_request().

Props utsav72640.
Fixes #48774.
Built from https://develop.svn.wordpress.org/trunk@47346


git-svn-id: http://core.svn.wordpress.org/trunk@47133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-02-22 19:12:06 +00:00
parent e0a2660719
commit 30572ef8ed
2 changed files with 3 additions and 1 deletions

View File

@ -560,6 +560,8 @@ class WP_Http {
* @deprecated 5.1.0 Use WP_Http::request()
* @see WP_Http::request()
*
* @staticvar array $transports
*
* @param string $url URL to Request.
* @param array $args Request arguments.
* @return array|WP_Error Array containing 'headers', 'body', 'response', 'cookies', 'filename'.

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-beta2-47345';
$wp_version = '5.4-beta2-47346';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.