Make WordPress Core


Ignore:
Timestamp:
08/04/2008 06:45:44 PM (16 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.