Changeset 38895
- Timestamp:
- 10/25/2016 12:46:23 AM (8 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-includes/class-http.php
r38728 r38895 364 364 } 365 365 366 // Avoid issues where mbstring.func_overload is enabled 367 mbstring_binary_safe_encoding(); 368 366 369 try { 367 370 $requests_response = Requests::request( $url, $headers, $data, $type, $options ); … … 377 380 $response = new WP_Error( 'http_request_failed', $e->getMessage() ); 378 381 } 382 383 reset_mbstring_encoding(); 379 384 380 385 /**
Note: See TracChangeset
for help on using the changeset viewer.