Changeset 47550 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 04/05/2020 03:00:44 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r47230 r47550 1046 1046 continue; 1047 1047 } 1048 if ( '.' === dirname( $file ) && in_array( pathinfo( $file, PATHINFO_EXTENSION ), array( 'html', 'txt' ) ) ) {1048 if ( '.' === dirname( $file ) && in_array( pathinfo( $file, PATHINFO_EXTENSION ), array( 'html', 'txt' ), true ) ) { 1049 1049 continue; 1050 1050 } … … 1116 1116 continue; 1117 1117 } 1118 if ( '.' === dirname( $file ) && in_array( pathinfo( $file, PATHINFO_EXTENSION ), array( 'html', 'txt' ) ) ) {1118 if ( '.' === dirname( $file ) && in_array( pathinfo( $file, PATHINFO_EXTENSION ), array( 'html', 'txt' ), true ) ) { 1119 1119 $skip[] = $file; 1120 1120 continue;
Note: See TracChangeset
for help on using the changeset viewer.