Ticket #33206: 33206.2.diff
File 33206.2.diff, 470 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/wp-db.php
1016 1016 $tables['usermeta'] = CUSTOM_USER_META_TABLE; 1017 1017 } 1018 1018 1019 if ( isset( $tables['sitecategories'] ) && ! $this->get_var( "SHOW TABLES LIKE '{$tables['sitecategories']}'" ) ) { 1020 unset( $tables['sitecategories'] ); 1021 } 1022 1019 1023 return $tables; 1020 1024 } 1021 1025