aboutsummaryrefslogtreecommitdiff
path: root/views/rss/page/elements/comments.php
blob: 9c655ffef86b673ebfdd396be08590f9980b5f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
 * RSS comments view
 *
 * @uses $vars['entity']
 */

$options = array(
	'guid' => $vars['entity']->getGUID(),
	'annotation_name' => 'generic_comment',
	'order_by' => 'n_table.time_created desc',
);
echo elgg_list_annotations($options);