Ticket #31420: 31420.diff
| File 31420.diff, 640 bytes (added by , 10 years ago) |
|---|
-
src/wp-admin/includes/update-core.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
900 900 continue; 901 901 if ( ! file_exists( $working_dir_local . $file ) ) 902 902 continue; 903 if ( '.' === dirname( $file ) && in_array( pathinfo( $file, PATHINFO_EXTENSION ), array( 'html', 'txt' ) ) ) 904 continue; 903 905 if ( md5_file( ABSPATH . $file ) === $checksum ) 904 906 $skip[] = $file; 905 907 else