From 79e32270d5e9fe8fee0c3b67847fab2760e3a793 Mon Sep 17 00:00:00 2001 From: Neil Mader Date: Mon, 17 Apr 2017 09:19:50 -0300 Subject: [PATCH] Changed _Hook to upper case in comments in 3 spots. --- theme/theme.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/theme.inc b/theme/theme.inc index 9b1352a8..64a433e5 100644 --- a/theme/theme.inc +++ b/theme/theme.inc @@ -6,7 +6,7 @@ */ /** - * Implements template_preprocess_Hook(). + * Implements template_preprocess_HOOK(). */ function template_preprocess_islandora_default_edit(array &$variables) { global $base_url; @@ -116,7 +116,7 @@ function template_preprocess_islandora_default_edit(array &$variables) { } /** - * Implements template_preprocess_Hook(). + * Implements template_preprocess_HOOK(). */ function template_preprocess_islandora_default(&$variables) { drupal_add_js('misc/form.js'); @@ -170,7 +170,7 @@ function template_preprocess_islandora_default(&$variables) { } /** - * Implements template_preprocess_Hook(). + * Implements template_preprocess_HOOK(). */ function template_preprocess_islandora_object_print(array &$variables) { // Apply the print CSS in non print context.