diff options
Diffstat (limited to 'actions/favorited.php')
-rw-r--r-- | actions/favorited.php | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/actions/favorited.php b/actions/favorited.php index 035e2f953..16bd8f226 100644 --- a/actions/favorited.php +++ b/actions/favorited.php @@ -44,18 +44,10 @@ class FavoritedAction extends StreamAction { common_raw($output); common_element_end('div'); $this->public_views_menu(); - - $this->show_feeds_list(array(0=>array('href'=>common_local_url('favoritedrss'), - 'type' => 'rss', - 'version' => 'RSS 1.0', - 'item' => 'favoritedrss'))); } function show_header() { - common_element('link', array('rel' => 'alternate', - 'href' => common_local_url('favoritedrss'), - 'type' => 'application/rss+xml', - 'title' => _('Favorited Stream Feed'))); + return; } function get_instructions() { |