Remove debug cruft. Fixes #12230
git-svn-id: https://develop.svn.wordpress.org/trunk@13223 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dd171a6767
commit
3f2c21e53f
@ -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