From b54bccaebda31a088df7e1514039c1f961ee31d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 24 Oct 2018 04:48:07 -0400 Subject: [PATCH] Remove obsolete comment --- agaric/templates/field/field--field-subtitle.html.twig | 4 ---- agaric/templates/field/field--field-title.html.twig | 4 ---- 2 files changed, 8 deletions(-) diff --git a/agaric/templates/field/field--field-subtitle.html.twig b/agaric/templates/field/field--field-subtitle.html.twig index ab9ed90..64df3e6 100644 --- a/agaric/templates/field/field--field-subtitle.html.twig +++ b/agaric/templates/field/field--field-subtitle.html.twig @@ -36,10 +36,6 @@ * @see template_preprocess_field() */ #} -{# - Ensures that the visually hidden option for field labels works correctly. - @todo: Remove when https://www.drupal.org/node/2779919 is resolved. -#} {# Child templates can specify classes to be added to items. #} {% set item_classes = item_classes ?? ['subtitle'] %} diff --git a/agaric/templates/field/field--field-title.html.twig b/agaric/templates/field/field--field-title.html.twig index d9c8b22..4441b7c 100644 --- a/agaric/templates/field/field--field-title.html.twig +++ b/agaric/templates/field/field--field-title.html.twig @@ -36,10 +36,6 @@ * @see template_preprocess_field() */ #} -{# - Ensures that the visually hidden option for field labels works correctly. - @todo: Remove when https://www.drupal.org/node/2779919 is resolved. -#} {# Child templates can specify classes to be added to items. #} {% set item_classes = item_classes ?? ['title'] %}