mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
ee97a47c61
commit
682fb09f01
@ -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'.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user