From: Aaron Schulz Date: Wed, 4 Jun 2008 00:21:29 +0000 (+0000) Subject: special page group tweak X-Git-Tag: 1.31.0-rc.0~47188 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=3e5f943888d35c13531d2b78a71c1a8d3aa357a3;p=lhc%2Fweb%2Fwiklou.git special page group tweak --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 28e9de0967..35455f8b57 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2610,6 +2610,8 @@ $wgSpecialPageGroups = array( 'Deadendpages' => 'maintenance', 'Wantedpages' => 'maintenance', 'Wantedcategories' => 'maintenance', + 'Unwatchedpages' => 'maintenance', + 'Fewestrevisions' => 'maintenance', 'Userlogin' => 'login', 'Userlogout' => 'login', @@ -2652,8 +2654,6 @@ $wgSpecialPageGroups = array( 'Listredirects' => 'pages', 'Categories' => 'pages', 'Disambiguations' => 'pages', - 'Unwatchedpages' => 'pages', - 'Fewestrevisions' => 'pages', 'Randompage' => 'redirects', 'Randomredirect' => 'redirects',