Special:Permalink as alias for Special:PermanentLink (added in r79036)
authorTobias <churchofemacs@users.mediawiki.org>
Mon, 27 Dec 2010 14:21:56 +0000 (14:21 +0000)
committerTobias <churchofemacs@users.mediawiki.org>
Mon, 27 Dec 2010 14:21:56 +0000 (14:21 +0000)
languages/messages/MessagesEn.php

index c13eb23..8b1c6e8 100644 (file)
@@ -445,7 +445,7 @@ $specialPageAliases = array(
        'Mytalk'                    => array( 'MyTalk' ),
        'Mycontributions'           => array( 'MyContributions' ),
        'Myuploads'                 => array( 'MyUploads' ),
-       'PermanentLink'             => array( 'PermanentLink' ),
+       'PermanentLink'             => array( 'PermanentLink', 'PermaLink' ),
        'Listadmins'                => array( 'ListAdmins' ),
        'Listbots'                  => array( 'ListBots' ),
        'Popularpages'              => array( 'PopularPages' ),