From 267229410a3f4ca64a210322e198b48aebc2b334 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 28 Sep 2010 17:10:51 +0000 Subject: [PATCH] Followup r64181, rm comment that doesn't fit anymore --- includes/specials/SpecialAllmessages.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/specials/SpecialAllmessages.php b/includes/specials/SpecialAllmessages.php index f76b21571e..c36ed2b7bf 100644 --- a/includes/specials/SpecialAllmessages.php +++ b/includes/specials/SpecialAllmessages.php @@ -157,9 +157,6 @@ class AllmessagesTablePager extends TablePager { $this->mPage = $page; $this->mConds = $conds; $this->mDefaultDirection = true; // always sort ascending - // We want to have an option for people to view *all* the messages, - // so they can use Ctrl+F to search them. 5000 is the maximum that - // will get through WebRequest::getLimitOffset(). $this->mLimitsShown = array( 20, 50, 100, 250, 500, 5000 ); global $wgLang, $wgContLang, $wgRequest; -- 2.20.1