mediawiki-extensions-Math/Math.alias.noTranslate.php
paladox df8ad1c799 Add php code sniffer to composer
Add support for php code sniffer

Change-Id: I7dcdd88be4f1f8219f71ab770979284761e09bae
2015-09-23 10:46:14 +01:00

19 lines
386 B
PHP

<?php
/**
* Aliases for invisible Math special pages
*
* There is no need to translate the messages, since the PageTitle does not appear.
*
* @see Math.alias.php for special pages with visible titles.
*
* @file
* @ingroup Extensions
*/
$specialPageAliases = array();
/** English (English) */
$specialPageAliases['en'] = array(
'MathShowImage' => array( 'MathShowImage' )
);