drupal core updated to 7.28
This commit is contained in:
@@ -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.
|
||||
@@ -748,7 +753,7 @@ function taxonomy_term_delete($tid) {
|
||||
* @param term
|
||||
* A taxonomy term object.
|
||||
* @return
|
||||
* A $page element suitable for use by drupal_page_render().
|
||||
* A $page element suitable for use by drupal_render().
|
||||
*/
|
||||
function taxonomy_term_show($term) {
|
||||
return taxonomy_term_view_multiple(array($term->tid => $term), 'full');
|
||||
|
||||
Reference in New Issue
Block a user