Math/Math.alias.php

18 lines
344 B
PHP
Raw Normal View History

<?php
/**
* Aliases for Math
*
* In addition to this file, there is Math.alias.noTranslate.php that contains invisible
* special pages.
*
* @file
* @ingroup Extensions
*/
// @codingStandardsIgnoreFile
$specialPageAliases = array();
/** English (English) */
$specialPageAliases['en'] = array(
'MathStatus' => array( 'MathStatus' ),
);