Changeset 26566
- Timestamp:
- 12/03/2013 05:43:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r26252 r26566 1550 1550 foreach ( $cqueries as $table => $qry ) { 1551 1551 // Upgrade global tables only for the main site. Don't upgrade at all if DO_NOT_UPGRADE_GLOBAL_TABLES is defined. 1552 if ( in_array( $table, $global_tables ) && ( !is_main_site() || defined( 'DO_NOT_UPGRADE_GLOBAL_TABLES' ) ) ) 1552 if ( in_array( $table, $global_tables ) && ( !is_main_site() || defined( 'DO_NOT_UPGRADE_GLOBAL_TABLES' ) ) ) { 1553 unset( $cqueries[ $table ], $for_update[ $table ] ); 1553 1554 continue; 1555 } 1554 1556 1555 1557 // Fetch the table column structure from the database
Note: See TracChangeset
for help on using the changeset viewer.