Changeset 30086
- Timestamp:
- 10/29/2014 02:34:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r30077 r30086 1597 1597 * term objects), 'ids' or 'names' (returns an array of integers 1598 1598 * or strings, respectively. Default 'all'. 1599 * @type string|array $slug Optional. Slug (s)to return term(s) for. Default empty.1599 * @type string|array $slug Optional. Slug or array of slugs to return term(s) for. Default empty. 1600 1600 * @type bool $hierarchical Whether to include terms that have non-empty descendants (even 1601 1601 * if $hide_empty is set to true). Default true.
Note: See TracChangeset
for help on using the changeset viewer.