Browse Source

Update comment.

pull/583/head
Jordan Dukart 10 years ago
parent
commit
8c84ccc5f2
  1. 4
      islandora.module

4
islandora.module

@ -1122,7 +1122,9 @@ function islandora_printer_object(AbstractObject $object) {
* The object to view.
*
* @return string
* The objects label.
* The objects label. Note that we return the raw value to prevent
* double encoding, as we expect drupal_set_title() to check_plain() down
* the road.
*/
function islandora_drupal_title(AbstractObject $object) {
module_load_include('inc', 'islandora', 'includes/breadcrumb');

Loading…
Cancel
Save