diff --git a/core/modules/system/system.module b/core/modules/system/system.module index a970abf..529770d 100644 --- a/core/modules/system/system.module +++ b/core/modules/system/system.module @@ -1796,7 +1796,7 @@ function system_time_zones($blank = NULL) { } /** - * Prepare variables for system compact link templates. + * Prepares variables for system compact link templates. * * Default template: system-compact-link.html.twig. * diff --git a/core/modules/system/templates/system-compact-link.html.twig b/core/modules/system/templates/system-compact-link.html.twig index 2c021a5..13a9e18 100644 --- a/core/modules/system/templates/system-compact-link.html.twig +++ b/core/modules/system/templates/system-compact-link.html.twig @@ -1,8 +1,9 @@ {# /** * @file - * Default theme implementation for a link to show or hide inline help - * descriptions. + * Default theme implementation for the system compact link. + * + * Displays a link to show or hide inline help descriptions. * * @see template_preprocess_system_compact_link() *