Changeset 12367 for trunk/wp-includes/http.php
- Timestamp:
- 12/10/2009 10:55:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r12207 r12367 1353 1353 1354 1354 if ( !empty($theResponse) ) { 1355 $parts = explode("\r\n\r\n", $theResponse);1356 1357 1355 $headerLength = curl_getinfo($handle, CURLINFO_HEADER_SIZE); 1358 1356 $theHeaders = trim( substr($theResponse, 0, $headerLength) );
Note: See TracChangeset
for help on using the changeset viewer.