Changeset 31638
- Timestamp:
- 03/06/2015 08:04:32 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r31581 r31638 1592 1592 * along with all of their descendant terms. If $include is 1593 1593 * non-empty, $exclude_tree is ignored. Default empty array. 1594 * @type int $number Maximum number of terms to return. Accepts 1+ or -1 (all). 1595 * Default -1. 1594 * @type int|string $number Maximum number of terms to return. Accepts ''|0 (all) or any 1595 * positive number. Default ''|0 (all). 1596 * Default ''|0 (all). 1596 1597 * @type int $offset The number by which to offset the terms query. Default empty. 1597 1598 * @type string $fields Term fields to query for. Accepts 'all' (returns an array of
Note: See TracChangeset
for help on using the changeset viewer.