mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-28 19:52:53 +00:00
Docs: Remove erroneous @static notation from WP_Http::_dispatch_request(), added in [32650].
The method was never user as static. Props birgire. See #42803. git-svn-id: https://develop.svn.wordpress.org/trunk@42751 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1bd0df76cf
commit
ba26942df6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user