Changeset 55732 for trunk/src/wp-includes/class-wp-tax-query.php
- Timestamp:
- 05/08/2023 10:35:38 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-tax-query.php
r54867 r55732 375 375 * @param array $clause Query clause (passed by reference). 376 376 * @param array $parent_query Parent query array. 377 * @return string[]{377 * @return array { 378 378 * Array containing JOIN and WHERE SQL clauses to append to a first-order query. 379 379 * 380 * @type string $join SQL fragmentto append to the main JOIN clause.381 * @type string $where SQL fragmentto append to the main WHERE clause.380 * @type string[] $join Array of SQL fragments to append to the main JOIN clause. 381 * @type string[] $where Array of SQL fragments to append to the main WHERE clause. 382 382 * } 383 383 */
Note: See TracChangeset
for help on using the changeset viewer.