diff options
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']; |