mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Various docblock improvements.
See #54729 git-svn-id: https://develop.svn.wordpress.org/trunk@53299 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -699,7 +699,17 @@ class WP_Term_Query {
|
||||
*
|
||||
* @since 3.1.0
|
||||
*
|
||||
* @param string[] $clauses Array of query SQL clauses.
|
||||
* @param string[] $clauses {
|
||||
* Associative array of the clauses for the query.
|
||||
*
|
||||
* @type string $fields The SELECT clause of the query.
|
||||
* @type string $join The JOIN clause of the query.
|
||||
* @type string $where The WHERE clause of the query.
|
||||
* @type string $distinct The DISTINCT clause of the query.
|
||||
* @type string $orderby The ORDER BY clause of the query.
|
||||
* @type string $order The ORDER clause of the query.
|
||||
* @type string $limits The LIMIT clause of the query.
|
||||
* }
|
||||
* @param string[] $taxonomies An array of taxonomy names.
|
||||
* @param array $args An array of term query arguments.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user