From 8c84ccc5f2a26d515fab21bc732047d2ef6653bb Mon Sep 17 00:00:00 2001 From: Jordan Dukart Date: Thu, 5 Feb 2015 13:58:18 -0400 Subject: [PATCH] Update comment. --- islandora.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/islandora.module b/islandora.module index 6b3adcee..b4105019 100644 --- a/islandora.module +++ b/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');