Remove debug
git-svn-id: http://svn.automattic.com/wordpress/trunk@9165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
aceef65ba0
commit
19120448af
|
@ -441,7 +441,7 @@ function download_url( $url ) {
|
|||
unlink($tmpfname);
|
||||
return new WP_Error('http_404', trim($response['response']['message']));
|
||||
}
|
||||
var_dump($response);
|
||||
|
||||
fwrite($handle, $response['body']);
|
||||
fclose($handle);
|
||||
|
||||
|
|
Loading…
Reference in New Issue