From 97dcaaf23678191658df97930eca0360e1e555e7 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Tue, 25 Aug 2009 23:39:11 +0000 Subject: minor documentation edits --- views/default/annotation/annotate.php | 6 +++++- views/default/object/image.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'views/default') diff --git a/views/default/annotation/annotate.php b/views/default/annotation/annotate.php index 03dd097d8..c0fb05d3a 100644 --- a/views/default/annotation/annotate.php +++ b/views/default/annotation/annotate.php @@ -1,6 +1,10 @@ subject_guid); // $statement->getSubject(); + /* + * Overriding core view to work around bug dealing with empty titles + */ + + $performed_by = get_entity($vars['item']->subject_guid); $object = get_entity($vars['item']->object_guid); $url = $object->getURL(); $subtype = get_subtype_from_id($object->subtype); diff --git a/views/default/object/image.php b/views/default/object/image.php index 3b7917223..025f37d40 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -183,7 +183,7 @@ 'album' => $album, ) ); echo ''; - // tagging code + // tagging code - photo tags on images, photo tag listing and hidden divs used in tagging if (get_plugin_setting('tagging', 'tidypics') != "disabled") { echo elgg_view('tidypics/tagging', array( 'image' => $image, 'viewer' => $viewer, -- cgit v1.2.3