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:
Sergey Biryukov 2013-05-15 08:10:52 +00:00
parent 53fc8277f8
commit 53d52e7cd5
1 changed files with 2 additions and 2 deletions

View File

@ -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