Changeset 8583
- Timestamp:
- 08/07/2008 10:56:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r8578 r8583 901 901 $theResponse = curl_exec( $handle ); 902 902 903 list($theHeaders, $theBody) = explode("\r\n\r\n", $ strResponse, 2);903 list($theHeaders, $theBody) = explode("\r\n\r\n", $theResponse, 2); 904 904 $theHeaders = WP_Http::processHeaders($theHeaders); 905 905
Note: See TracChangeset
for help on using the changeset viewer.