Changeset 59182 for trunk/src/wp-admin/includes/class-core-upgrader.php
- Timestamp:
- 10/05/2024 11:23:40 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r59180 r59182 14 14 * the wp-admin/includes/update-core.php file. 15 15 * 16 * Note: newly introduced functions and methods cannot be used here. 17 * All functions must be present in both the previous version being upgraded from, 18 * and the later version that's being installed (e.g. when rolling back Core) 19 * as this file is used in both. 16 * Note: Newly introduced functions and methods cannot be used here. 17 * All functions must be present in the previous version being upgraded from 18 * as this file is used there too. 20 19 * 21 20 * @since 2.8.0
Note: See TracChangeset
for help on using the changeset viewer.