mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Remove debug cruft. Fixes #12230
git-svn-id: http://svn.automattic.com/wordpress/trunk@13223 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
98076edc73
commit
364b9b0ffb
@ -536,7 +536,6 @@ function unzip_file($file, $to) {
|
||||
if ( 'incompatible_archive' != $result->get_error_code() )
|
||||
return $result;
|
||||
}
|
||||
echo "fall through to pcl";
|
||||
}
|
||||
// Fall through to PclZip if ZipArchive is not available, or encountered an error opening the file.
|
||||
return _unzip_file_pclzip($file, $to, $needed_dirs);
|
||||
|
Loading…
Reference in New Issue
Block a user