Changeset 42761 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 02/27/2018 02:30:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r42719 r42761 1461 1461 } 1462 1462 1463 if ( is_wp_error( $wp_filesystem->errors ) && $wp_filesystem->errors-> get_error_code() ) {1463 if ( is_wp_error( $wp_filesystem->errors ) && $wp_filesystem->errors->has_errors() ) { 1464 1464 return false; 1465 1465 }
Note: See TracChangeset
for help on using the changeset viewer.