Changeset 8583
- Timestamp:
- 08/07/08 22:56:21 (4 months ago)
- Files:
-
- trunk/wp-includes/http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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
