Correct inline docs for wp_delete_term(). fixes #24343.
git-svn-id: http://core.svn.wordpress.org/trunk@24261 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
53fc8277f8
commit
53d52e7cd5
|
@ -1752,8 +1752,8 @@ function wp_delete_object_term_relationships( $object_id, $taxonomies ) {
|
|||
*
|
||||
* @uses $wpdb
|
||||
* @uses do_action() Calls both 'delete_term' and 'delete_$taxonomy' action
|
||||
* hooks, passing term object, term id. 'delete_term' gets an additional
|
||||
* parameter with the $taxonomy parameter.
|
||||
* hooks, passing term ID, term taxonomy ID, and deleted term object. 'delete_term'
|
||||
* also gets taxonomy as the third parameter.
|
||||
*
|
||||
* @param int $term Term ID
|
||||
* @param string $taxonomy Taxonomy Name
|
||||
|
|
Loading…
Reference in New Issue