Math/Math.alias.php

15 lines
283 B
PHP
Raw Normal View History

<?php
/**
* Aliases for Math
*
* @file
* @ingroup Extensions
*/
$specialPageAliases = array();
/** English (English) */
$specialPageAliases['en'] = array(
'MathShowImage' => array( 'MathShowImage', 'MathShowImage' ) // No need to translate! The PageTitle does not appear.
);