Changeset 33609
- Timestamp:
- 08/11/2015 11:43:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r33597 r33609 1687 1687 1688 1688 // sitecategories may not exist. 1689 if ( ! $ this->get_var( "SHOW TABLES LIKE '{$tables['sitecategories']}'" ) ) {1689 if ( ! $wpdb->get_var( "SHOW TABLES LIKE '{$tables['sitecategories']}'" ) ) { 1690 1690 unset( $tables['sitecategories'] ); 1691 1691 } … … 1716 1716 1717 1717 // sitecategories may not exist. 1718 if ( ! $ this->get_var( "SHOW TABLES LIKE '{$tables['sitecategories']}'" ) ) {1718 if ( ! $wpdb->get_var( "SHOW TABLES LIKE '{$tables['sitecategories']}'" ) ) { 1719 1719 unset( $tables['sitecategories'] ); 1720 1720 }
Note: See TracChangeset
for help on using the changeset viewer.