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:
Boone Gorges 2014-10-28 21:25:30 +00:00
parent 45a635d8c2
commit 0cbc8098d2
1 changed files with 4 additions and 2 deletions

View File

@ -1573,8 +1573,10 @@ function get_term_to_edit( $id, $taxonomy ) {
* @param array|string $args {
* Optional. Array or string of arguments to get terms.
*
* @type string $orderby Field(s) to order terms by. Accepts term fields, though
* empty defaults to 'term_id'. Default 'name'.
* @type string $orderby Field(s) to order terms by. Accepts term fields ('name', 'slug',
* '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.
* Accepts 'ASC' (ascending) or 'DESC' (descending).
* Default 'ASC'.