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:
Drew Jaynes 2015-03-07 01:04:22 +00:00
parent 900468728a
commit 86b23615ea
1 changed files with 0 additions and 1 deletions

View File

@ -1593,7 +1593,6 @@ function get_term_to_edit( $id, $taxonomy ) {
* non-empty, $exclude_tree is ignored. Default empty array.
* @type int|string $number Maximum number of terms to return. Accepts ''|0 (all) or any
* positive number. Default ''|0 (all).
* Default ''|0 (all).
* @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
* term objects), 'ids' or 'names' (returns an array of integers