diff --git a/core/modules/taxonomy/taxonomy.module b/core/modules/taxonomy/taxonomy.module index 7f74679..64a640a 100644 --- a/core/modules/taxonomy/taxonomy.module +++ b/core/modules/taxonomy/taxonomy.module @@ -526,7 +526,6 @@ function taxonomy_term_view(Term $term, $view_mode = 'full', $langcode = NULL) { * An array in the format expected by drupal_render(). */ function taxonomy_term_view_multiple(array $terms, $view_mode = 'full', $langcode = NULL) { - return entity_view_multiple($terms, $view_mode, $langcode); }