You are here

function activity_views_plugin_row_activity_rss::render in Activity 6.2

File

views/activity_views_plugin_row_activity_rss.inc, line 24
Contains the Activity RSS row style plugin.

Class

activity_views_plugin_row_activity_rss
Plugin which formats Activity as an RSS item.

Code

function render($row) {
  return theme($this
    ->theme_functions(), $this->view, $this->options, $row);
}