commit 701c072c06f4c296f35b233654b62f8ed69872f8 Author: Shane Auckland Date: Fri Apr 12 07:39:20 2013 +0100 1898464-new_changes diff --git a/core/modules/toolbar/toolbar.module b/core/modules/toolbar/toolbar.module index b9cce88..110d903 100644 --- a/core/modules/toolbar/toolbar.module +++ b/core/modules/toolbar/toolbar.module @@ -250,7 +250,7 @@ function ($object) { } /** - * Prepares variables for the administration toolbar. + * Prepares variables for administration toolbar templates. * * Default template: toolbar.html.twig. * @@ -351,7 +351,7 @@ function template_preprocess_toolbar_item(&$variables) { } /** - * Prepares variables for toolbar-tab-wrapper.html.twig and variant templates. + * Prepares variables for toolbar tab wrapper templates. * * Toolbar tabs have a common styling and placement with the toolbar's bar area. * @@ -375,7 +375,7 @@ function template_preprocess_toolbar_tab_wrapper(&$variables) { } /** - * Prepares variables for toolbar-tray-wrapper.html.twig and variant templates. + * Prepares variables for toolbar tray wrapper templates. * * Used in combination with template_preprocess_toolbar_tab() to create an * association between a link tag in the administration bar and a tray.