Ticket #37494: 37494.2.patch
File 37494.2.patch, 521 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/class-http.php
356 356 $options['proxy'] = new Requests_Proxy_HTTP( $proxy->host() . ':' . $proxy->port() ); 357 357 358 358 if ( $proxy->use_authentication() ) { 359 $options['proxy']->use_authentication = true; 359 360 $options['proxy']->user = $proxy->username(); 360 361 $options['proxy']->pass = $proxy->password(); 361 362 }