Remove a duplicate mention of the default value for the `$number` argument in `get_terms()`.
Props iandunn. Fixes #31526. Built from https://develop.svn.wordpress.org/trunk@31652 git-svn-id: http://core.svn.wordpress.org/trunk@31633 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a27967aa05
commit
6486a233c0
|
@ -1593,7 +1593,6 @@ function get_term_to_edit( $id, $taxonomy ) {
|
||||||
* non-empty, $exclude_tree is ignored. Default empty array.
|
* non-empty, $exclude_tree is ignored. Default empty array.
|
||||||
* @type int|string $number Maximum number of terms to return. Accepts ''|0 (all) or any
|
* @type int|string $number Maximum number of terms to return. Accepts ''|0 (all) or any
|
||||||
* positive number. Default ''|0 (all).
|
* positive number. Default ''|0 (all).
|
||||||
* Default ''|0 (all).
|
|
||||||
* @type int $offset The number by which to offset the terms query. Default empty.
|
* @type int $offset The number by which to offset the terms query. Default empty.
|
||||||
* @type string $fields Term fields to query for. Accepts 'all' (returns an array of
|
* @type string $fields Term fields to query for. Accepts 'all' (returns an array of
|
||||||
* term objects), 'ids' or 'names' (returns an array of integers
|
* term objects), 'ids' or 'names' (returns an array of integers
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-alpha-31651';
|
$wp_version = '4.2-alpha-31652';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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