Elgg
Version 1.9
|
Go to the source code of this file.
Namespaces | |
Elgg | |
Save menu items. | |
Variables | |
$class = 'elgg-output' | |
$additional_class = elgg_extract('class', $vars, '') | |
if($additional_class) | else |
$parse_urls = elgg_extract('parse_urls', $vars, true) | |
$text = $vars['value'] | |
$attributes = elgg_format_attributes($vars) | |
$additional_class = elgg_extract('class', $vars, '') |
Definition at line 15 of file longtext.php.
$attributes = elgg_format_attributes($vars) |
Definition at line 36 of file longtext.php.
Definition at line 14 of file longtext.php.
$parse_urls = elgg_extract('parse_urls', $vars, true) |
Definition at line 22 of file longtext.php.
$text = $vars['value'] |
Definition at line 25 of file longtext.php.
if ($additional_class) else |
Definition at line 18 of file longtext.php.