From 0d703c73bd27147c94e2c5a67eeb115f448fbd70 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 1 Aug 2014 13:16:26 +0400 Subject: reinstate wrongfully renamed archived feed; properly fix prefs filtertree labels for all feeds (ff5cc7d7) --- include/functions.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index cb91b637e..8d07acf5a 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1972,8 +1972,6 @@ function getFeedTitle($id, $cat = false) { if ($cat) { return getCategoryTitle($id); - } else if ($id == 0) { - return __("All feeds"); } else if ($id == -1) { return __("Starred articles"); } else if ($id == -2) { -- cgit v1.2.3-54-g00ecf