'object', 'subtype' => 'reported_content', 'limit' => $vars['entity']->num_display, 'pagination' => false, )); if (!$list) { $list = '

' . elgg_echo('reportedcontent:none') . '

'; } echo $list;