Ticket #48774: patch.diff
| File patch.diff, 508 bytes (added by , 7 years ago) |
|---|
-
wp-includes/class-http.php
diff --git a/wp-includes/class-http.php b/wp-includes/class-http.php index d7a4a6f1f4..c89d75147e 100644
a b class WP_Http { 560 560 * @deprecated 5.1.0 Use WP_Http::request() 561 561 * @see WP_Http::request() 562 562 * 563 * @staticvar array $transports 564 * 563 565 * @param string $url URL to Request. 564 566 * @param array $args Request arguments. 565 567 * @return array|WP_Error Array containing 'headers', 'body', 'response', 'cookies', 'filename'.