diff --git a/core/modules/views/views.theme.inc b/core/modules/views/views.theme.inc index 54eefcf..94f9a11 100644 --- a/core/modules/views/views.theme.inc +++ b/core/modules/views/views.theme.inc @@ -152,10 +152,10 @@ function template_preprocess_views_view_fields(&$variables) { $object->label_suffix = ': '; } - // Set up label HTML element + // Set up label HTML element. $object->label_element = $object->handler->elementLabelType(TRUE, !$variables['options']['default_field_elements']); - // Set up label attributes + // Set up label attributes. if ($object->label_element) { $attributes = array(); if ($object->handler->options['element_default_classes']) {