From 505dbb331e16a03d87cb4511ee86df12ea295c40 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 12 Mar 2013 21:25:39 +0100 Subject: [PATCH] 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 --- includes/specials/SpecialSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } } -- 2.20.1