Ticket #18157: undefined-property-wp_http_curl-headers.diff
File undefined-property-wp_http_curl-headers.diff, 447 bytes (added by , 8 years ago) |
---|
-
wp-includes/class-http.php
1117 1117 return new WP_Error('http_request_failed', __('Too many redirects.')); 1118 1118 } 1119 1119 1120 unset( $this->headers );1120 $this->headers = ''; 1121 1121 1122 1122 $response = array(); 1123 1123 $response['code'] = curl_getinfo( $handle, CURLINFO_HTTP_CODE );