diff --git a/core/modules/taxonomy/taxonomy.module b/core/modules/taxonomy/taxonomy.module index dc2cff7..7b46a9c 100644 --- a/core/modules/taxonomy/taxonomy.module +++ b/core/modules/taxonomy/taxonomy.module @@ -542,9 +542,6 @@ function taxonomy_term_view_multiple(array $terms, $view_mode = 'full', $langcod * - #view_mode: The current view mode for this taxonomy term, e.g. * 'full' or 'teaser'. * - attributes: HTML attributes for the containing element. - * - zebra: Outputs either "even" or "odd". Useful for zebra striping in - * teaser listings. - * - id: Position of the term. Increments each time it's output. * - title_prefix: Additional output populated by modules, intended to be * displayed in front of the main title tag that appears in the template. * - title_suffix: Additional output populated by modules, intended to be diff --git a/core/modules/taxonomy/templates/taxonomy-term.html.twig b/core/modules/taxonomy/templates/taxonomy-term.html.twig index 9899cf5..1e84dcb 100644 --- a/core/modules/taxonomy/templates/taxonomy-term.html.twig +++ b/core/modules/taxonomy/templates/taxonomy-term.html.twig @@ -24,9 +24,6 @@ * - page: Flag for the full page state. * - term: Full term object. * - view_mode: View mode, e.g. 'full', 'teaser'... - * - zebra: Outputs either "even" or "odd". Useful for zebra striping in - * teaser listings. - * - id: Position of the term. Increments each time it's output. * - user: The currently logged-in user. * * @see template_preprocess()