Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$content = elgg_extract('content', $vars, '') | |
Outputs annotation summary content. More... | |
if($content===false) | $annotation = elgg_extract('annotation', $vars) |
if($content=== ''&&$annotation instanceof ElggAnnotation) | if (elgg_is_empty($content)) |
if ($content===false) $annotation = elgg_extract('annotation', $vars) |
Definition at line 14 of file content.php.
$content = elgg_extract('content', $vars, '') |
Outputs annotation summary content.
$vars['content'] Summary content (false for no content, '' for default annotation value) $vars['annotation'] ElggAnnotation
Definition at line 9 of file content.php.
if ($content=== ''&&$annotation instanceof ElggAnnotation) if(elgg_is_empty($content)) |
Definition at line 19 of file content.php.