Elgg
Version master
|
Go to the source code of this file.
Variables | |
$annotation = elgg_extract('annotation', $vars) | |
Elgg default annotation view. More... | |
if (! $annotation instanceof ElggAnnotation) | |
$annotation = elgg_extract('annotation', $vars) |
Elgg default annotation view.
@uses $vars['annotation'] ElggAnnotation
Definition at line 10 of file default.php.
if(! $annotation instanceof ElggAnnotation) | ( | ! $annotation instanceof | ElggAnnotation | ) |
Definition at line 11 of file default.php.