Elgg  Version 2.3
Variables
comments.php File Reference

Go to the source code of this file.

Variables

 $limit = elgg_extract('limit', $vars, get_input('limit', 0))
 RSS comments view. More...
 
 if (! $limit)
 

Variable Documentation

◆ $limit

$limit = elgg_extract('limit', $vars, get_input('limit', 0))

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

if(! $limit) ( $limit)

Definition at line 10 of file comments.php.