Elgg
Version 6.2
|
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) |
if ( $entity instanceof \ElggEntity) $comment_text = '' |
$entity = elgg_extract('entity', $vars) |
$inline = (bool) elgg_extract('inline', $vars, false) |