Issue #2182187 by izus: Clarify documentation for taxonomy_vocabulary_delete()
parent
b7cab54c52
commit
7c6dbceaaa
|
@ -457,7 +457,12 @@ function taxonomy_vocabulary_save($vocabulary) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Delete a vocabulary.
|
||||
* Deletes a vocabulary.
|
||||
*
|
||||
* This will update all Taxonomy fields so that they don't reference the
|
||||
* deleted vocabulary. It also will delete fields that have no remaining
|
||||
* vocabulary references. All taxonomy terms of the deleted vocabulary
|
||||
* will be deleted as well.
|
||||
*
|
||||
* @param $vid
|
||||
* A vocabulary ID.
|
||||
|
|
Loading…
Reference in New Issue