From 467867fe98b7857623a8c54b19b49843b22969c5 Mon Sep 17 00:00:00 2001 From: MorganDawe Date: Thu, 17 Sep 2015 09:25:08 -0300 Subject: [PATCH] Updated doc block comments. --- islandora.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/islandora.module b/islandora.module index ca226369..c93a7dab 100644 --- a/islandora.module +++ b/islandora.module @@ -434,8 +434,8 @@ function islandora_admin_paths() { * Implements hook_theme(). * * The following theme entrys 'islandora_objects' and 'islandora_objects_subset' - * utilize the same template file, 'theme/islandora-objects'. The templates should match the theme name. - * This work is API breaking, but the consensus is that is unavoidable. Needs to be in release notes. + * utilize the same template file. When theming, be sure to utilize the theme name, + * and not the template file names. Similar situation found here: * @link https://jira.duraspace.org/browse/ISLANDORA-934. @endlink */ function islandora_theme() {