Ticket #31526: 31526.diff
| File 31526.diff, 1.2 KB (added by , 11 years ago) |
|---|
-
src/wp-includes/taxonomy.php
1591 1591 * @type array|string $exclude_tree Array or comma/space-separated string of term ids to exclude 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 $number Maximum number of terms to return. Accepts 1+ or ''|0 (all). 1595 * Default ''|0. 1596 1596 * @type int $offset The number by which to offset the terms query. Default empty. 1597 1597 * @type string $fields Term fields to query for. Accepts 'all' (returns an array of 1598 1598 * term objects), 'ids' or 'names' (returns an array of integers