Changeset 38173
- Timestamp:
- 07/31/2016 06:19:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r38165 r38173 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();
Note: See TracChangeset
for help on using the changeset viewer.