Changeset 17693 for trunk/wp-admin/includes/file.php
- Timestamp:
- 04/23/2011 02:30:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r17592 r17693 669 669 670 670 // Is the archive valid? 671 if ( false === $archive_files)671 if ( !is_array($archive_files) ) 672 672 return new WP_Error('incompatible_archive', __('Incompatible Archive.'), $archive->errorInfo(true)); 673 673
Note: See TracChangeset
for help on using the changeset viewer.