Changeset 55225
- Timestamp:
- 02/05/2023 12:18:35 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r54997 r55225 1600 1600 global $_old_requests_files, $wp_filesystem; 1601 1601 1602 if ( ! defined( 'REQUESTS_SILENCE_PSR0_DEPRECATIONS' ) ) { 1603 define( 'REQUESTS_SILENCE_PSR0_DEPRECATIONS', true ); 1604 } 1605 1602 1606 foreach ( $_old_requests_files as $name => $file ) { 1603 1607 // Skip files that aren't interfaces or classes.
Note: See TracChangeset
for help on using the changeset viewer.