Changeset 33597
- Timestamp:
- 08/09/2015 02:21:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r33212 r33597 1686 1686 $tables = $wpdb->tables( 'global' ); 1687 1687 1688 // sitecategories may not exist. 1689 if ( ! $this->get_var( "SHOW TABLES LIKE '{$tables['sitecategories']}'" ) ) { 1690 unset( $tables['sitecategories'] ); 1691 } 1692 1688 1693 foreach ( $tables as $table ) { 1689 1694 maybe_convert_table_to_utf8mb4( $table ); … … 1709 1714 1710 1715 $tables = $wpdb->tables( 'global' ); 1716 1717 // sitecategories may not exist. 1718 if ( ! $this->get_var( "SHOW TABLES LIKE '{$tables['sitecategories']}'" ) ) { 1719 unset( $tables['sitecategories'] ); 1720 } 1711 1721 1712 1722 foreach ( $tables as $table ) {
Note: See TracChangeset
for help on using the changeset viewer.