From 45060393ea1cc4b94f19e895adf121127508714e Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sat, 13 Nov 2004 20:40:28 +0000 Subject: Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=705 Stop showing rss / atom feeds links for various special pages. --- includes/SpecialPopularpages.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/SpecialPopularpages.php') diff --git a/includes/SpecialPopularpages.php b/includes/SpecialPopularpages.php index 640d7889f013..ca96168aa6d6 100644 --- a/includes/SpecialPopularpages.php +++ b/includes/SpecialPopularpages.php @@ -25,6 +25,7 @@ class PopularPagesPage extends QueryPage { # cur_counter is not indexed return true; } + function isSyndicated() { return false; } function getSQL() { $dbr =& wfGetDB( DB_SLAVE ); -- cgit v1.2.3