Ticket #41381: 41381.patch
| File 41381.patch, 1.2 KB (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 */ … … 811 813 * are supported, eg *.wordpress.org will allow for all subdomains of wordpress.org to be contacted. 812 814 * 813 815 * @since 2.8.0 816 * @access public 814 817 * @link https://core.trac.wordpress.org/ticket/8927 Allow preventing external requests. 815 818 * @link https://core.trac.wordpress.org/ticket/14636 Allow wildcard domains in WP_ACCESSIBLE_HOSTS 816 819 *