From 2f532793ad3a41042030f95503d3cdb86908341d Mon Sep 17 00:00:00 2001 From: Neil Mader Date: Fri, 21 Apr 2017 08:58:04 -0300 Subject: [PATCH] Changed hook_preprocess() to template_preprocess_HOOK() --- theme/theme.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/theme.inc b/theme/theme.inc index 7e6083fb..873a1ade 100644 --- a/theme/theme.inc +++ b/theme/theme.inc @@ -640,9 +640,9 @@ function template_preprocess_islandora_dublin_core_display(array &$variables) { } /** - * Implements hook_preprocess(). + * Implements template_preprocess_HOOK(). */ -function islandora_preprocess_islandora_dublin_core_description(array &$variables) { +function template_preprocess_islandora_dublin_core_description(array &$variables) { $islandora_object = $variables['islandora_object']; if (islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) { try {