From: Siebrand Mazeland Date: Tue, 12 Mar 2013 20:25:39 +0000 (+0100) Subject: Move Search page from redirects to pages X-Git-Tag: 1.31.0-rc.0~19361 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=505dbb331e16a03d87cb4511ee86df12ea295c40;p=lhc%2Fweb%2Fwiklou.git Move Search page from redirects to pages Having it in "Redirecting special pages" seems wrong to me. It's better to have it in the company of "Lists of pages" like Special:PrefixIndex, Special:AllPages and friends. Change-Id: I8c59275e64dce158cd7a5b027c7efbbdb941e4c4 --- diff --git a/includes/specials/SpecialSearch.php b/includes/specials/SpecialSearch.php index 94995db340..8a2163b56c 100644 --- a/includes/specials/SpecialSearch.php +++ b/includes/specials/SpecialSearch.php @@ -1183,6 +1183,6 @@ class SpecialSearch extends SpecialPage { } protected function getGroupName() { - return 'redirects'; + return 'pages'; } }