diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php b/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php index 0ec0b85..3124a46 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php @@ -83,14 +83,14 @@ protected $rendered_fields; /** - * The theme function to render the grouping set. + * The theme function used to render the grouping set. * * Plugins may override this attribute if they wish to use some other theme * function to render the grouping set. * * @var string * - * @see \Drupal\views\Plugin\views\style\StylePluginBase::render_grouping_sets() + * @see StylePluginBase::render_grouping_sets() */ protected $groupingTheme = 'views_view_grouping';