- Timestamp:
- 04/13/2019 04:45:05 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r45118 r45190 351 351 continue; 352 352 } 353 if ( ! file_exists( ABSPATH . '/' .$file ) ) {353 if ( ! file_exists( ABSPATH . $file ) ) { 354 354 continue; 355 355 } 356 if ( ! is_writable( ABSPATH . '/' .$file ) ) {356 if ( ! is_writable( ABSPATH . $file ) ) { 357 357 $unwritable_files[] = $file; 358 358 }
Note: See TracChangeset
for help on using the changeset viewer.