Changeset 51796
- Timestamp:
- 09/10/2021 03:02:07 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r51731 r51796 1481 1481 global $wpdb; 1482 1482 1483 if ( null === $term ) { 1484 return null; 1485 } 1486 1483 1487 $select = "SELECT term_id FROM $wpdb->terms as t WHERE "; 1484 1488 $tax_select = "SELECT tt.term_id, tt.term_taxonomy_id FROM $wpdb->terms AS t INNER JOIN $wpdb->term_taxonomy as tt ON tt.term_id = t.term_id WHERE ";
Note: See TracChangeset
for help on using the changeset viewer.