Browse Source

Merge pull request #621 from willtp87/7.x.coding_standard_fix

Coding standards fix
pull/622/head
Morgan Dawe 9 years ago
parent
commit
ad2b7072d2
  1. 8
      islandora.module

8
islandora.module

@ -432,10 +432,10 @@ function islandora_admin_paths() {
/**
* Implements hook_theme().
*
* The following theme entrys 'islandora_objects' and 'islandora_objects_subset'
* utilize the same template file. When theming, be sure to utilize the theme name,
* and not the template file names. Similar situation found here:
*
* The theme entries 'islandora_objects' and 'islandora_objects_subset'
* 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() {

Loading…
Cancel
Save