Changeset 55911 for trunk/src/wp-admin/includes/class-core-upgrader.php
- Timestamp:
- 06/14/2023 06:32:14 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r55899 r55911 22 22 23 23 /** 24 * Initialize the upgrade strings.24 * Initializes the upgrade strings. 25 25 * 26 26 * @since 2.8.0 … … 40 40 41 41 /** 42 * Upgrade WordPress core.42 * Upgrades WordPress core. 43 43 * 44 44 * @since 2.8.0 … … 386 386 387 387 /** 388 * Compare the disk file checksums against the expected checksums.388 * Compares the disk file checksums against the expected checksums. 389 389 * 390 390 * @since 3.7.0
Note: See TracChangeset
for help on using the changeset viewer.