Update inline docs for [30052].
Fixes #23261. git-svn-id: https://develop.svn.wordpress.org/trunk@30077 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
45a635d8c2
commit
0cbc8098d2
@ -1573,8 +1573,10 @@ function get_term_to_edit( $id, $taxonomy ) {
|
|||||||
* @param array|string $args {
|
* @param array|string $args {
|
||||||
* Optional. Array or string of arguments to get terms.
|
* Optional. Array or string of arguments to get terms.
|
||||||
*
|
*
|
||||||
* @type string $orderby Field(s) to order terms by. Accepts term fields, though
|
* @type string $orderby Field(s) to order terms by. Accepts term fields ('name', 'slug',
|
||||||
* empty defaults to 'term_id'. Default 'name'.
|
* 'term_group', 'term_id', 'id'), 'count' for term taxonomy count,
|
||||||
|
* 'include' to match the 'order' of the $include param, or 'none'
|
||||||
|
* to skip ORDER BY. Defaults to 'name'.
|
||||||
* @type string $order Whether to order terms in ascending or descending order.
|
* @type string $order Whether to order terms in ascending or descending order.
|
||||||
* Accepts 'ASC' (ascending) or 'DESC' (descending).
|
* Accepts 'ASC' (ascending) or 'DESC' (descending).
|
||||||
* Default 'ASC'.
|
* Default 'ASC'.
|
||||||
|
Loading…
Reference in New Issue
Block a user