Changeset 15756 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 10/08/2010 02:35:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r15734 r15756 441 441 * @param string|array $taxonomies String of taxonomy name or Array of string values of taxonomy names 442 442 * @param array|string $args 443 * 'include_children' bool W ether to include term children (hierarchical taxonomies only)443 * 'include_children' bool Whether to include term children (hierarchical taxonomies only) 444 444 * 'field' string Which term field is being used. Can be 'term_id', 'slug' or 'name' 445 445 * 'operator' string Can be 'IN' and 'NOT IN' 446 * 'do_query' bool W ether to execute the query or return the SQL string446 * 'do_query' bool Whether to execute the query or return the SQL string 447 447 * 448 448 * @return WP_Error If the taxonomy does not exist
Note: See TracChangeset
for help on using the changeset viewer.