Elgg  Version 2.3
body.php
Go to the documentation of this file.
1 <?php
8 echo elgg_extract('body', $vars, '');
$vars['entity']
elgg echo
Translates a string.
Definition: languages.js:48
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition: elgglib.php:1375