Index: trunk/phase3/includes/specials/SpecialAllmessages.php |
— | — | @@ -157,9 +157,6 @@ |
158 | 158 | $this->mPage = $page; |
159 | 159 | $this->mConds = $conds; |
160 | 160 | $this->mDefaultDirection = true; // always sort ascending |
161 | | - // We want to have an option for people to view *all* the messages, |
162 | | - // so they can use Ctrl+F to search them. 5000 is the maximum that |
163 | | - // will get through WebRequest::getLimitOffset(). |
164 | 161 | $this->mLimitsShown = array( 20, 50, 100, 250, 500, 5000 ); |
165 | 162 | |
166 | 163 | global $wgLang, $wgContLang, $wgRequest; |