Changeset 52332 for trunk/src/wp-includes/class-wp-tax-query.php
- Timestamp:
- 12/07/2021 12:18:50 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-tax-query.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-tax-query.php
r48475 r52332 237 237 * @param string $primary_table Database table where the object being filtered is stored (eg wp_users). 238 238 * @param string $primary_id_column ID column for the filtered object in $primary_table. 239 * @return array{239 * @return string[] { 240 240 * Array containing JOIN and WHERE SQL clauses to append to the main query. 241 241 * … … 259 259 * @since 4.1.0 260 260 * 261 * @return array{261 * @return string[] { 262 262 * Array containing JOIN and WHERE SQL clauses to append to the main query. 263 263 * … … 292 292 * @param int $depth Optional. Number of tree levels deep we currently are. 293 293 * Used to calculate indentation. Default 0. 294 * @return array{294 * @return string[] { 295 295 * Array containing JOIN and WHERE SQL clauses to append to a single query array. 296 296 * … … 374 374 * @param array $clause Query clause (passed by reference). 375 375 * @param array $parent_query Parent query array. 376 * @return array{376 * @return string[] { 377 377 * Array containing JOIN and WHERE SQL clauses to append to a first-order query. 378 378 *
Note: See TracChangeset
for help on using the changeset viewer.