Followup r64181, rm comment that doesn't fit anymore
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 28 Sep 2010 17:10:51 +0000 (17:10 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 28 Sep 2010 17:10:51 +0000 (17:10 +0000)
includes/specials/SpecialAllmessages.php

index f76b215..c36ed2b 100644 (file)
@@ -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;