diff --git a/core/modules/help/help.module b/core/modules/help/help.module index f3bacf9..c41cd98 100644 --- a/core/modules/help/help.module +++ b/core/modules/help/help.module @@ -47,7 +47,7 @@ function help_help($route_name, RouteMatchInterface $route_match) { * Implements hook_theme(). */ function help_theme($existing, $type, $theme, $path) { - return [ + return [ 'help_section' => [ 'variables' => [ 'title' => NULL, @@ -56,7 +56,7 @@ function help_theme($existing, $type, $theme, $path) { 'empty' => NULL, ], ], - ]; + ]; } /** diff --git a/core/themes/classy/templates/misc/help-section.html.twig b/core/themes/classy/templates/misc/help-section.html.twig index a2e1f38..6cfaa38 100644 --- a/core/themes/classy/templates/misc/help-section.html.twig +++ b/core/themes/classy/templates/misc/help-section.html.twig @@ -1,7 +1,7 @@ {# /** * @file - * Classy theme implementation for a section of the help page. + * Theme override for a section of the help page. * * This implementation divides the links into 4 columns. * @@ -10,8 +10,6 @@ * - description: The description text for the section. * - links: Links to display in the section. * - empty: Text to display if there are no links. - * - * @ingroup themeable */ #}