From: Chad Horohoe Date: Tue, 28 Sep 2010 17:10:51 +0000 (+0000) Subject: Followup r64181, rm comment that doesn't fit anymore X-Git-Tag: 1.31.0-rc.0~34757 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=267229410a3f4ca64a210322e198b48aebc2b334;p=lhc%2Fweb%2Fwiklou.git Followup r64181, rm comment that doesn't fit anymore --- 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;