diff options
Diffstat (limited to 'actions/comments')
-rw-r--r-- | actions/comments/add.php | 2 | ||||
-rw-r--r-- | actions/comments/delete.php | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/actions/comments/add.php b/actions/comments/add.php index bce464fdb..84467168a 100644 --- a/actions/comments/add.php +++ b/actions/comments/add.php @@ -3,8 +3,6 @@ * Elgg add comment action * * @package Elgg - * @author Curverider <curverider.co.uk> - * @link http://elgg.org/ */ // Make sure we're logged in; forward to the front page if not diff --git a/actions/comments/delete.php b/actions/comments/delete.php index fd8156dc3..47c988d51 100644 --- a/actions/comments/delete.php +++ b/actions/comments/delete.php @@ -3,8 +3,6 @@ * Elgg delete comment action * * @package Elgg - * @author Curverider <curverider.co.uk> - * @link http://elgg.org/ */ // Ensure we're logged in |