Update inline docs for [30052].

Fixes #23261.
Built from https://develop.svn.wordpress.org/trunk@30077


git-svn-id: http://core.svn.wordpress.org/trunk@30077 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2014-10-28 21:26:22 +00:00
parent ee97a47c61
commit 682fb09f01
2 changed files with 5 additions and 3 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'.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30076';
$wp_version = '4.1-alpha-30077';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.