diff --git a/theme/theme.inc b/theme/theme.inc index 64a433e5..7e6083fb 100644 --- a/theme/theme.inc +++ b/theme/theme.inc @@ -623,9 +623,9 @@ function theme_islandora_datastream_regenerate_link(array $vars) { } /** - * Implements hook_preprocess(). + * Implements template_preprocess_HOOK(). */ -function islandora_preprocess_islandora_dublin_core_display(array &$variables) { +function template_preprocess_islandora_dublin_core_display(array &$variables) { $islandora_object = $variables['islandora_object']; if (islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) { try {