Jdlrobson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/100513


Change subject: Add alias for Special:History
......................................................................

Add alias for Special:History

This is being added to core but the change from History to MobileHistory
seems to have been a little premature and is throwing warnings. This
supresses them.

Change-Id: If61beb984e8e2c82375a85a7d4d629e6a148f47e
---
M MobileFrontend.alias.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/13/100513/1

diff --git a/MobileFrontend.alias.php b/MobileFrontend.alias.php
index 57755e6..ef09b40 100644
--- a/MobileFrontend.alias.php
+++ b/MobileFrontend.alias.php
@@ -11,6 +11,7 @@
 
 /** English (English) */
 $specialPageAliases['en'] = array(
+       'History' => array( 'History' ),
        'MobileOptions' => array( 'MobileOptions' ),
        'Uploads' => array( 'Uploads' ),
        'MobileDiff' => array( 'MobileDiff' ),

-- 
To view, visit https://gerrit.wikimedia.org/r/100513
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If61beb984e8e2c82375a85a7d4d629e6a148f47e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to