diff --git a/core/modules/views/templates/views-view-fields.html.twig b/core/modules/views/templates/views-view-fields.html.twig index b5d2f73..64bd791 100644 --- a/core/modules/views/templates/views-view-fields.html.twig +++ b/core/modules/views/templates/views-view-fields.html.twig @@ -31,12 +31,6 @@ * @ingroup themeable */ #} -{# -THIS FILE IS NOT USED AND IS HERE AS A STARTING POINT FOR CUSTOMIZATION ONLY. -See http://api.drupal.org/api/function/theme_views_view_fields/8 for details. -After copying this file to your theme's folder and customizing it, remove this -comment. -#} {% for field in fields -%} {{ field.separator }} {%- if field.wrapper_element -%} diff --git a/core/modules/views/views.theme.inc b/core/modules/views/views.theme.inc index d69e9f9..89c0f86 100644 --- a/core/modules/views/views.theme.inc +++ b/core/modules/views/views.theme.inc @@ -163,7 +163,7 @@ function template_preprocess_views_view_fields(&$variables) { $attributes['class'][] = 'views-label-' . $object->class; } - // Set up field label. + // Set up field label. $element_label_class = $object->handler->elementLabelClasses($row->index); if ($element_label_class) { $attributes['class'][] = $element_label_class;