Changeset 57239 for trunk/src/wp-includes/class-wp-tax-query.php
- Timestamp:
- 01/03/2024 09:57:32 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-tax-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-tax-query.php
r56166 r57239 506 506 $alias = false; 507 507 508 // Sanitycheck. Only IN queries use the JOIN syntax.508 // Confidence check. Only IN queries use the JOIN syntax. 509 509 if ( ! isset( $clause['operator'] ) || 'IN' !== $clause['operator'] ) { 510 510 return $alias;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)