Changeset 42761 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 02/27/2018 02:30:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r42710 r42761 866 866 } 867 867 868 if ( is_wp_error( $wp_filesystem->errors ) && $wp_filesystem->errors-> get_error_code() ) {868 if ( is_wp_error( $wp_filesystem->errors ) && $wp_filesystem->errors->has_errors() ) { 869 869 return new WP_Error( 'fs_error', __( 'Filesystem error.' ), $wp_filesystem->errors ); 870 870 }
Note: See TracChangeset
for help on using the changeset viewer.