Elgg
Version 6.2
|
Go to the source code of this file.
Variables | |
$title = elgg_extract('title', $vars, '') | |
Output annotation title. More... | |
if($title===false) | $annotation = elgg_extract('annotation', $vars) |
if($title==='' && $annotation instanceof \ElggAnnotation) | if (elgg_is_empty( $title)) |
if ( $title===false) $annotation = elgg_extract('annotation', $vars) |
$title = elgg_extract('title', $vars, '') |
Output annotation title.
@uses $vars['annotation'] ElggAnnotation @uses $vars['title'] title (false for no title, '' for default title)
if ( $title==='' &&$annotation instanceof \ElggAnnotation) if(elgg_is_empty($title)) | ( | elgg_is_empty( $title) | ) |