Changeset 33627 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 08/17/2015 09:38:24 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/upgrade.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r33621 r33627 1522 1522 } 1523 1523 } 1524 1524 1525 1525 foreach ( $tables as $table ) { 1526 1526 maybe_convert_table_to_utf8mb4( $table ); … … 2623 2623 /** 2624 2624 * Determine if global tables should be upgraded. 2625 * 2625 * 2626 2626 * This function performs a series of checks to ensure the environment allows 2627 2627 * for the safe upgrading of global WordPress database tables. It is necessary
Note: See TracChangeset
for help on using the changeset viewer.