Make WordPress Core

Changeset 8583


Ignore:
Timestamp:
08/07/2008 10:56:21 PM (17 years ago)
Author:
ryan
Message:

Fix Copy and Paste bug in cURL transport based. Props santosj. see #4779

File:
1 edited

Legend:

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

    r8578 r8583  
    901901        $theResponse = curl_exec( $handle );
    902902
    903         list($theHeaders, $theBody) = explode("\r\n\r\n", $strResponse, 2);
     903        list($theHeaders, $theBody) = explode("\r\n\r\n", $theResponse, 2);
    904904        $theHeaders = WP_Http::processHeaders($theHeaders);
    905905
Note: See TracChangeset for help on using the changeset viewer.