From a5ae125a8d55f1d387b7f75014d3351581edce85 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 19 Aug 2007 06:13:45 +0100 Subject: allow to mark selected articles as read, L10N bumps --- functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 31fcd6f46..cefd4917f 100644 --- a/functions.php +++ b/functions.php @@ -3142,6 +3142,7 @@ $catchup_page_link = "javascript:catchupPage()"; $catchup_feed_link = "javascript:catchupCurrentFeed()"; + $catchup_sel_link = "javascript:catchupSelection()"; if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { @@ -3182,6 +3183,7 @@
  •  
  • ".__('Mark as read')."
  • "; -- cgit v1.2.3-54-g00ecf