diff --git a/islandora.module b/islandora.module index 99a5740b..a2f2625e 100644 --- a/islandora.module +++ b/islandora.module @@ -1037,11 +1037,9 @@ function islandora_view_object(AbstractObject $object) { /** * This will prepare an object to be printed. * - * By default, all fedora objects can print DC record data, - * however, Solution packs that wish to modify the form - * to be printed must implement hook_islandora_view_print_object_alter, - * create a theme.tpl.php file, and return its markup by calling - * theme(themename.tpl.php). + * By default all fedora objects can print DC record data. Solution packs that + * wish to modify the data to be printed can implement + * hook_islandora_view_print_object or hook_islandora_metadata_display_info. * * @param AbstractObject $object * The object to print.