From cacc8ec7fc95475498dc74df46d8bbafa07bf0aa Mon Sep 17 00:00:00 2001 From: Jordan Dukart Date: Mon, 23 Sep 2013 14:48:34 +0000 Subject: [PATCH] Update api.php to reflect changes to the hook. --- islandora.api.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/islandora.api.php b/islandora.api.php index b942052d..e647b95b 100644 --- a/islandora.api.php +++ b/islandora.api.php @@ -702,8 +702,10 @@ function hook_islandora_breadcrumbs_alter(&$breadcrumbs, $context) { * An associative array where the values are the following: * -label: Human readable display label for selection. * -description: A description of what the metadata display viewer does. - * -callback: A callable function that provides the markup to be passed - * off to the template files. + * -metadata callback: A callable function that provides the markup to be + * passed off to the template files. + * -description callback: A callable function that provides the markup to be + * passed for the description. * -configuration (Optional): A path to the administration page for the * metadata display.