Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$entity = elgg_extract('entity', $vars) | |
$comment = elgg_extract('comment', $vars) | |
$inline = (bool) elgg_extract('inline', $vars, false) | |
if($entity instanceof\ElggEntity) | $comment_text = '' |
$footer = '' | |
if($comment instanceof\ElggComment &&$comment->canEdit()) | else |
$comment = elgg_extract('comment', $vars) |
$entity = elgg_extract('entity', $vars) |
$inline = (bool) elgg_extract('inline', $vars, false) |