diff --git a/core/modules/taxonomy/taxonomy.module b/core/modules/taxonomy/taxonomy.module index ba82e15..7f74679 100644 --- a/core/modules/taxonomy/taxonomy.module +++ b/core/modules/taxonomy/taxonomy.module @@ -531,7 +531,7 @@ function taxonomy_term_view_multiple(array $terms, $view_mode = 'full', $langcod } /** - * Prepares variables for the taxonomy term templates. + * Prepares variables for taxonomy term templates. * * Default template: taxonomy-term.html.twig. * diff --git a/core/modules/taxonomy/templates/taxonomy-term.html.twig b/core/modules/taxonomy/templates/taxonomy-term.html.twig index 1059793..9899cf5 100644 --- a/core/modules/taxonomy/templates/taxonomy-term.html.twig +++ b/core/modules/taxonomy/templates/taxonomy-term.html.twig @@ -19,7 +19,7 @@ * - content_attributes: HTML attributes for the title element. * It includes the 'class' information, which includes: * - taxonomy-term: The current template type, i.e., "theming hook". - * - vocabulary-[vocabulary-name]: The vocabulary to which the term belongs to. + * - vocabulary-[vocabulary-name]: The vocabulary that this term belongs to. * For example, if the term is a "Tag" it would result in "vocabulary-tag". * - page: Flag for the full page state. * - term: Full term object.