Docs: Remove erroneous `@static` notation from `WP_Http::_dispatch_request()`, added in [32650].
The method was never user as static. Props birgire. See #42803. Built from https://develop.svn.wordpress.org/trunk@42751 git-svn-id: http://core.svn.wordpress.org/trunk@42581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bd9cdde1eb
commit
0b45a1e5fa
|
@ -546,8 +546,6 @@ class WP_Http {
|
|||
*
|
||||
* @since 3.2.0
|
||||
*
|
||||
* @static
|
||||
*
|
||||
* @param string $url URL to Request
|
||||
* @param array $args Request arguments
|
||||
* @return array|WP_Error Array containing 'headers', 'body', 'response', 'cookies', 'filename'. A WP_Error instance upon error
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-42750';
|
||||
$wp_version = '5.0-alpha-42751';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue