Changeset 47848 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 05/23/2020 11:36:36 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r47808 r47848 1628 1628 } 1629 1629 1630 if ( 0 == count( $archive_files ) ) {1630 if ( 0 === count( $archive_files ) ) { 1631 1631 return new WP_Error( 'empty_archive_pclzip', __( 'Empty archive.' ) ); 1632 1632 }
Note: See TracChangeset
for help on using the changeset viewer.