- Timestamp:
- 05/16/2020 06:40:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r47198 r47808 348 348 WP_Filesystem(); 349 349 350 if ( 'direct' != $wp_filesystem->method ) {350 if ( 'direct' !== $wp_filesystem->method ) { 351 351 return false; 352 352 } … … 379 379 $unwritable_files = array(); 380 380 foreach ( array_keys( $checksums ) as $file ) { 381 if ( 'wp-content' == substr( $file, 0, 10 ) ) {381 if ( 'wp-content' === substr( $file, 0, 10 ) ) { 382 382 continue; 383 383 }
Note: See TracChangeset
for help on using the changeset viewer.