Changeset 55046 for trunk/src/wp-includes/class-wp-http.php
- Timestamp:
- 01/10/2023 11:28:31 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http.php
r55029 r55046 380 380 $proxy = new WP_HTTP_Proxy(); 381 381 if ( $proxy->is_enabled() && $proxy->send_through_proxy( $url ) ) { 382 $options['proxy'] = new WpOrg\Requests\Proxy\H TTP( $proxy->host() . ':' . $proxy->port() );382 $options['proxy'] = new WpOrg\Requests\Proxy\Http( $proxy->host() . ':' . $proxy->port() ); 383 383 384 384 if ( $proxy->use_authentication() ) {
Note: See TracChangeset
for help on using the changeset viewer.