Make WordPress Core

Ticket #35289: 35289.patch

File 35289.patch, 630 bytes (added by Frozzare, 9 years ago)
  • src/wp-includes/class-http.php

     
    298298         * Tests which transports are capable of supporting the request.
    299299         *
    300300         * @since 3.2.0
    301          * @access private
     301         * @access public
    302302         *
    303303         * @param array $args Request arguments
    304304         * @param string $url URL to Request
     
    345345         * The order for requests is cURL, and then PHP Streams.
    346346         *
    347347         * @since 3.2.0
    348          *
    349          * @static
    350348         * @access private
    351349         *
    352350         * @param string $url URL to Request