Changeset 8535

Show
Ignore:
Timestamp:
08/04/08 18:45:44 (4 months ago)
Author:
ryan
Message:

Return response in foreach loop and remove debugging line. Props santosj. see #4779

Files:

Legend:

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

    r8534 r8535  
    209209 
    210210            if( !is_wp_error($response) ) 
    211                 break
     211                return $response
    212212        } 
    213213 
     
    650650        ); 
    651651 
    652         var_dump($arrContext); 
    653652        if ( ! is_null($body) ) 
    654653            $arrContext['http']['content'] = $body;