Elgg
Version 6.2
|
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.
@uses $vars['content'] Summary content (false for no content, '' for default annotation value) @uses $vars['annotation'] ElggAnnotation
Definition at line 9 of file content.php.
if ( $content==='' &&$annotation instanceof ElggAnnotation) if(elgg_is_empty($content)) | ( | elgg_is_empty( $content) | ) |
Definition at line 19 of file content.php.