Browse Source

Updated doc block comments.

pull/620/head
MorganDawe 9 years ago
parent
commit
467867fe98
  1. 4
      islandora.module

4
islandora.module

@ -434,8 +434,8 @@ function islandora_admin_paths() {
* Implements hook_theme(). * Implements hook_theme().
* *
* The following theme entrys 'islandora_objects' and 'islandora_objects_subset' * 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. * utilize the same template file. When theming, be sure to utilize the theme name,
* This work is API breaking, but the consensus is that is unavoidable. Needs to be in release notes. * and not the template file names. Similar situation found here:
* @link https://jira.duraspace.org/browse/ISLANDORA-934. @endlink * @link https://jira.duraspace.org/browse/ISLANDORA-934. @endlink
*/ */
function islandora_theme() { function islandora_theme() {

Loading…
Cancel
Save