diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-01 01:28:50 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-01 01:28:50 +0000 |
commit | f8c113e05d030e727d6feab47f0d5959404e225f (patch) | |
tree | 17dc2cb7e1978e5a5fb5a4e1feadc98ecd6c9894 /views/default/annotation/default.php | |
parent | fc07ecc5677df5989d89d9e04e5bb088a9bce177 (diff) | |
download | elgg-f8c113e05d030e727d6feab47f0d5959404e225f.tar.gz elgg-f8c113e05d030e727d6feab47f0d5959404e225f.tar.bz2 |
finished making the "default" view the default view for annotation rather than generic_comment
git-svn-id: http://code.elgg.org/elgg/trunk@8515 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/annotation/default.php')
-rw-r--r-- | views/default/annotation/default.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/default/annotation/default.php b/views/default/annotation/default.php index 869900afa..acad271f7 100644 --- a/views/default/annotation/default.php +++ b/views/default/annotation/default.php @@ -3,6 +3,8 @@ * Elgg default annotation view * * @uses $vars['annotation'] + * @uses $vars['delete_action'] A custom action for the delete button. + * The annotation ID is passed as 'annotation_id'. */ $annotation = $vars['annotation']; |