Changeset 52327
- Timestamp:
- 12/06/2021 06:29:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http.php
r52315 r52327 379 379 $proxy = new WP_HTTP_Proxy(); 380 380 if ( $proxy->is_enabled() && $proxy->send_through_proxy( $url ) ) { 381 $options['proxy'] = new WpOrg\Requests\Proxy\H ttp( $proxy->host() . ':' . $proxy->port() );381 $options['proxy'] = new WpOrg\Requests\Proxy\HTTP( $proxy->host() . ':' . $proxy->port() ); 382 382 383 383 if ( $proxy->use_authentication() ) {
Note: See TracChangeset
for help on using the changeset viewer.