Changeset 59182 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 10/05/2024 11:23:40 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r59180 r59182 3 3 * WordPress core upgrade functionality. 4 4 * 5 * Note: newly introduced functions and methods cannot be used here. 6 * All functions must be present in both the previous version being upgraded from, 7 * and the later version that's being installed (e.g. when rolling back Core) 8 * as this file is used in both. 5 * Note: Newly introduced functions and methods cannot be used here. 6 * All functions must be present in the previous version being upgraded from 7 * as this file is used there too. 9 8 * 10 9 * @package WordPress
Note: See TracChangeset
for help on using the changeset viewer.