Changeset 54748
- Timestamp:
- 11/03/2022 01:36:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r54240 r54748 2161 2161 * @ignore 2162 2162 * @since 5.5.0 2163 * 2164 * @global int $wp_current_db_version The old (current) database version. 2163 2165 */ 2164 2166 function upgrade_550() { … … 2199 2201 * @ignore 2200 2202 * @since 5.6.0 2203 * 2204 * @global int $wp_current_db_version The old (current) database version. 2205 * @global wpdb $wpdb WordPress database abstraction object. 2201 2206 */ 2202 2207 function upgrade_560() {
Note: See TracChangeset
for help on using the changeset viewer.