Elgg
Version master
|
Go to the source code of this file.
Variables | |
$entity = elgg_extract('entity', $vars) | |
RSS comments view. More... | |
if(! $entity instanceof ElggEntity) | $limit = elgg_extract('limit', $vars, get_input('limit', 0)) |
if (! $limit) | |
$entity = elgg_extract('entity', $vars) |
RSS comments view.
@uses $vars['entity'] ElggEntity @uses $vars['limit'] Optional limit value (default is 25)
Definition at line 9 of file comments.php.
if (! $entity instanceof ElggEntity) $limit = elgg_extract('limit', $vars, get_input('limit', 0)) |
Definition at line 14 of file comments.php.
if(! $limit) | ( | ! | $limit | ) |
Definition at line 15 of file comments.php.