Changeset 55990 for trunk/src/wp-admin/includes/class-core-upgrader.php
- Timestamp:
- 06/22/2023 02:55:47 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r55988 r55990 406 406 foreach ( $checksums as $file => $checksum ) { 407 407 // Skip files which get updated. 408 if ( 'wp-content' === substr( $file, 0, 10) ) {408 if ( str_starts_with( $file, 'wp-content' ) ) { 409 409 continue; 410 410 }
Note: See TracChangeset
for help on using the changeset viewer.