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:
Drew Jaynes 2015-03-07 01:05:26 +00:00
parent a27967aa05
commit 6486a233c0
2 changed files with 1 additions and 2 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

View File

@ -4,7 +4,7 @@
*
* @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.