Clarify doc-block for wp_delete_object_term_relationships(). Props simonwheatley. Fixes #15472

git-svn-id: http://svn.automattic.com/wordpress/trunk@16466 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu 2010-11-18 18:46:41 +00:00
parent cf06d54257
commit d23ca4da48
1 changed files with 4 additions and 4 deletions

View File

@ -1468,11 +1468,11 @@ function wp_count_terms( $taxonomy, $args = array() ) {
}
/**
* Will unlink the term from the taxonomy.
* Will unlink the object from the taxonomy or taxonomies.
*
* Will remove the term's relationship to the taxonomy, not the term or taxonomy
* itself. The term and taxonomy will still exist. Will require the term's
* object ID to perform the operation.
* Will remove all relationships between the object and any terms in
* a particular taxonomy or taxonomies. Does not remove the term or
* taxonomy itself.
*
* @package WordPress
* @subpackage Taxonomy