Ticket #35289: 35289.patch
File 35289.patch, 630 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/class-http.php
298 298 * Tests which transports are capable of supporting the request. 299 299 * 300 300 * @since 3.2.0 301 * @access p rivate301 * @access public 302 302 * 303 303 * @param array $args Request arguments 304 304 * @param string $url URL to Request … … 345 345 * The order for requests is cURL, and then PHP Streams. 346 346 * 347 347 * @since 3.2.0 348 *349 * @static350 348 * @access private 351 349 * 352 350 * @param string $url URL to Request