summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 2b8813d61..e0974725f 100644
--- a/functions.php
+++ b/functions.php
@@ -4118,6 +4118,8 @@
print "<option value=\"0\" disabled=\"1\">".__('Feed:')."</option>";
+ print "<option value=\"catchupPage()\">".__('Mark as read')."</option>";
+
print "<option value=\"displayDlg('generatedFeed', '$feed_id:$is_cat:$rss_link')\">".__('View as RSS')."</option>";
print "</select>";