Make WordPress Core


Ignore:
Timestamp:
12/10/2009 10:55:06 PM (15 years ago)
Author:
ryan
Message:

Remove unused variable. Props hakre. fixes #10765

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/http.php

    r12207 r12367  
    13531353
    13541354        if ( !empty($theResponse) ) {
    1355             $parts = explode("\r\n\r\n", $theResponse);
    1356 
    13571355            $headerLength = curl_getinfo($handle, CURLINFO_HEADER_SIZE);
    13581356            $theHeaders = trim( substr($theResponse, 0, $headerLength) );
Note: See TracChangeset for help on using the changeset viewer.