|
Elgg
Version 2.3
|
Go to the source code of this file.
Variables | |
| $limit = elgg_extract('limit', $vars, get_input('limit', 0)) | |
| RSS comments view. More... | |
| if (! $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(! $limit) | ( | ! | $limit | ) |
Definition at line 10 of file comments.php.