Remove a duplicate mention of the default value for the $number
argument in get_terms()
.
Props iandunn. Fixes #31526. git-svn-id: https://develop.svn.wordpress.org/trunk@31652 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
900468728a
commit
86b23615ea
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user