Changeset 33238
- Timestamp:
- 07/13/2015 09:56:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r33022 r33238 3365 3365 3366 3366 // If we didn't get a unique slug, try appending a number to make it unique. 3367 3367 3368 /** 3368 3369 * Filter whether the proposed unique term slug is bad. … … 4214 4215 4215 4216 /** 4216 * Create a new term for a term_taxonomy item that currently shares its term with another term_taxonomy. 4217 * Create a new term for a term_taxonomy item that currently shares its term 4218 * with another term_taxonomy. 4217 4219 * 4218 4220 * @ignore 4219 4221 * @since 4.2.0 4220 * @since 4.3.0 Introduced `$record` parameter. `$term_id` and `$term_taxonomy_id` can now accept objects. 4222 * @since 4.3.0 Introduced `$record` parameter. Also, `$term_id` and 4223 * `$term_taxonomy_id` can now accept objects. 4221 4224 * 4222 4225 * @global wpdb $wpdb
Note: See TracChangeset
for help on using the changeset viewer.