Projet

Général

Profil

Révision 4444412d

Ajouté par Julien Enselme il y a presque 10 ans

Update drupal 7.27 -> 7.28

Voir les différences:

drupal7/modules/taxonomy/taxonomy.module
457 457
}
458 458

  
459 459
/**
460
 * Delete a vocabulary.
460
 * Deletes a vocabulary.
461
 *
462
 * This will update all Taxonomy fields so that they don't reference the
463
 * deleted vocabulary. It also will delete fields that have no remaining
464
 * vocabulary references. All taxonomy terms of the deleted vocabulary
465
 * will be deleted as well.
461 466
 *
462 467
 * @param $vid
463 468
 *   A vocabulary ID.
......
748 753
 * @param term
749 754
 *   A taxonomy term object.
750 755
 * @return
751
 *   A $page element suitable for use by drupal_page_render().
756
 *   A $page element suitable for use by drupal_render().
752 757
 */
753 758
function taxonomy_term_show($term) {
754 759
  return taxonomy_term_view_multiple(array($term->tid => $term), 'full');

Formats disponibles : Unified diff