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