mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:45:55 +00:00
reinstate wrongfully renamed archived feed; properly fix prefs filtertree labels for all feeds (ff5cc7d7)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user