Skip to content
Snippets Groups Projects
Commit 923665db authored by Liam Morland's avatar Liam Morland
Browse files

Correct comments

parent e15f4865
No related branches found
No related tags found
1 merge request!194ISTWCMS-5253: Use hook_preprocess_HOOK() to set custom "access denied" message
......@@ -487,7 +487,7 @@ function uw_cfg_common_toolbar_alter(&$items) {
}
/**
* Implements hook_preprocess_node().
* Implements hook_preprocess_HOOK().
*/
function uw_cfg_common_preprocess_node(&$variables) {
......@@ -746,7 +746,7 @@ function uw_cfg_common_form_menu_link_content_menu_link_content_form_alter(array
}
/**
* Implements template_preprocess_responsive_images().
* Implements hook_preprocess_HOOK().
*/
function uw_cfg_common_preprocess_responsive_image(&$variables) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment