From 86b23615ea6e210ba705e5ed238026f5ba348c4a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 7 Mar 2015 01:04:22 +0000 Subject: [PATCH] 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 --- src/wp-includes/taxonomy.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index 3659627fab..f27b7b6aae 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/wp-includes/taxonomy.php @@ -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