Ticket #33206: 33206.diff
File 33206.diff, 450 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/wp-db.php
1016 1016 $tables['usermeta'] = CUSTOM_USER_META_TABLE; 1017 1017 } 1018 1018 1019 // Ignore sitecategories table if global terms are not enabled. 1020 if ( ! global_terms_enabled() ) { 1021 unset( $tables['sitecategories'] ); 1022 } 1023 1019 1024 return $tables; 1020 1025 } 1021 1026