Changeset 12733 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 01/15/2010 10:11:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r12729 r12733 576 576 * 'exclude' is ignored. 577 577 * 578 * exclude_tree - Default is an empty array. An array, comma- or space-delimited 579 * string of term ids to exclude from the return array, along with all of their 580 * descendant terms according to the primary taxonomy. If 'include' is non-empty, 578 * exclude_tree - Default is an empty array. An array, comma- or space-delimited 579 * string of term ids to exclude from the return array, along with all of their 580 * descendant terms according to the primary taxonomy. If 'include' is non-empty, 581 581 * 'exclude_tree' is ignored. 582 582 *
Note: See TracChangeset
for help on using the changeset viewer.