From: Siebrand Mazeland Date: Fri, 21 Nov 2008 18:13:46 +0000 (+0000) Subject: Make special pages names for Special:MostLinked* consisted. Pointed out by MZMcBride X-Git-Tag: 1.31.0-rc.0~44228 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=d547c1937b1aad9a839cc56fa8acf1ca08ad26aa;p=lhc%2Fweb%2Fwiklou.git Make special pages names for Special:MostLinked* consisted. Pointed out by MZMcBride --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 3dfa739f8a..6206c967ca 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -388,11 +388,11 @@ $specialPageAliases = array( 'Wantedcategories' => array( 'WantedCategories' ), 'Wantedfiles' => array( 'WantedFiles' ), 'Wantedtemplates' => array( 'WantedTemplates' ), - 'Mostlinked' => array( 'MostLinked' ), + 'Mostlinked' => array( 'MostLinkedPages', 'MostLinked' ), 'Mostlinkedcategories' => array( 'MostLinkedCategories', 'MostUsedCategories' ), 'Mostlinkedtemplates' => array( 'MostLinkedTemplates', 'MostUsedTemplates' ), + 'Mostimages' => array( 'MostLinkedFiles', 'MostFiles', 'MostImages' ), 'Mostcategories' => array( 'MostCategories' ), - 'Mostimages' => array( 'MostFiles', 'MostImages' ), 'Mostrevisions' => array( 'MostRevisions' ), 'Fewestrevisions' => array( 'FewestRevisions' ), 'Shortpages' => array( 'ShortPages' ),