Changeset 24261
- Timestamp:
- 05/15/2013 08:10:52 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r23599 r24261 1753 1753 * @uses $wpdb 1754 1754 * @uses do_action() Calls both 'delete_term' and 'delete_$taxonomy' action 1755 * hooks, passing term object, term id. 'delete_term' gets an additional1756 * parameter with the $taxonomyparameter.1755 * hooks, passing term ID, term taxonomy ID, and deleted term object. 'delete_term' 1756 * also gets taxonomy as the third parameter. 1757 1757 * 1758 1758 * @param int $term Term ID
Note: See TracChangeset
for help on using the changeset viewer.