Changeset 43571 for trunk/src/wp-includes/class-wp-tax-query.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-tax-query.php
r42752 r43571 471 471 WHERE $wpdb->term_taxonomy.taxonomy = %s 472 472 AND $wpdb->term_relationships.object_id = $this->primary_table.$this->primary_id_column 473 )", $clause['taxonomy'] 473 )", 474 $clause['taxonomy'] 474 475 ); 475 476
Note: See TracChangeset
for help on using the changeset viewer.