mediawiki-extensions-AbuseF.../AbuseFilter.alias.php
Siebrand Mazeland 92085b4a3e * Fix a lot of extension special pages mess. Less messy now, aside from the naming of the files containing the aliases. That's for next time.
* Add special page aliases for AbuseFilter
* Change special page aliases method for ChangeAuthor, and Collection
* Add missing to Translate/aliases.txt

(may require another commit; we will see)
2008-08-07 23:29:59 +00:00

16 lines
223 B
PHP

<?php
/**
* Aliases for special pages
*
* @file
* @ingroup Extensions
*/
$aliases = array();
/** English */
$aliases['en'] = array(
'AbuseLog' => array( 'AbuseLog' ),
'AbuseFilter' => array( 'AbuseFilter' ),
);