| Elgg
    Version 2.3
    | 
Go to the source code of this file.
| Namespaces | |
| Elgg\Core | |
| Activate a plugin or plugins. | |
| Variables | |
| $comment_guid = get_input('guid') | |
| $comment = get_entity($comment_guid) | |
| if(elgg_instanceof($comment, 'object', 'comment') && $comment->canEdit()) | else | 
| $comment = get_entity($comment_guid) | 
Definition at line 10 of file delete.php.
| $comment_guid = get_input('guid') | 
Definition at line 9 of file delete.php.
| if (elgg_instanceof( $comment, 'object', 'comment') &&$comment->canEdit()) else | 
Definition at line 18 of file delete.php.