Ticket #41380: 41380.patch
| File 41380.patch, 888 bytes (added by , 9 years ago) |
|---|
-
class-http.php
393 393 * @param string $class HTTP transport used. 394 394 * @param array $args HTTP request arguments. 395 395 * @param string $url The request URL. 396 * @param array $r HTTP request arguments. 396 397 */ 397 398 do_action( 'http_api_debug', $response, 'response', 'Requests', $r, $url ); 398 399 if ( is_wp_error( $response ) ) { … … 461 462 * 462 463 * @param string $location URL to redirect to. 463 464 * @param array $headers Headers for the redirect. 465 * @param mixed $data The data to add to the cache. 464 466 * @param array $options Redirect request options. 465 467 * @param Requests_Response $original Response object. 466 468 */