Changeset 34051 for trunk/src/wp-includes/taxonomy-functions.php
- Timestamp:
- 09/11/2015 06:47:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy-functions.php
r33954 r34051 2208 2208 * If the taxonomy is hierarchical, and the 'parent' argument is not empty, 2209 2209 * the term is inserted and the term_id will be given. 2210 2210 * 2211 2211 * Error handling: 2212 2212 * If $taxonomy does not exist or $term is empty, … … 2217 2217 * 2218 2218 * @global wpdb $wpdb WordPress database abstraction object. 2219 2219 * 2220 2220 * @since 2.3.0 2221 2221 *
Note: See TracChangeset
for help on using the changeset viewer.