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