Changeset 55857 for trunk/src/wp-includes/class-wp-tax-query.php
- Timestamp:
- 05/25/2023 12:53:24 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-tax-query.php
r55732 r55857 467 467 $where = $wpdb->prepare( 468 468 "$operator ( 469 SELECT 1470 FROM $wpdb->term_relationships471 INNER JOIN $wpdb->term_taxonomy472 ON $wpdb->term_taxonomy.term_taxonomy_id = $wpdb->term_relationships.term_taxonomy_id473 WHERE $wpdb->term_taxonomy.taxonomy = %s474 AND $wpdb->term_relationships.object_id = $this->primary_table.$this->primary_id_column475 )",469 SELECT 1 470 FROM $wpdb->term_relationships 471 INNER JOIN $wpdb->term_taxonomy 472 ON $wpdb->term_taxonomy.term_taxonomy_id = $wpdb->term_relationships.term_taxonomy_id 473 WHERE $wpdb->term_taxonomy.taxonomy = %s 474 AND $wpdb->term_relationships.object_id = $this->primary_table.$this->primary_id_column 475 )", 476 476 $clause['taxonomy'] 477 477 );
Note: See TracChangeset
for help on using the changeset viewer.