diff --git a/core/modules/taxonomy/taxonomy.module b/core/modules/taxonomy/taxonomy.module index 64a640a..725b81b 100644 --- a/core/modules/taxonomy/taxonomy.module +++ b/core/modules/taxonomy/taxonomy.module @@ -545,9 +545,6 @@ function taxonomy_term_view_multiple(array $terms, $view_mode = 'full', $langcod * displayed in front of the main title tag that appears in the template. * - title_suffix: Additional output populated by modules, intended to be * displayed after the main title tag that appears in the template. - * - is_admin: Flags true when the current user is an administrator. - * - logged_in: Flags true when the current user is a logged-in member. - * - is_front: Flags true when presented in the front page. */ function template_preprocess_taxonomy_term(&$variables) { $variables['view_mode'] = $variables['elements']['#view_mode'];