1
0
Fork 0
Comments/Comments.i18n.alias.php

15 Zeilen
203 B
PHP

<?php
/**
* Aliases for special pages
*
* @file
* @ingroup Extensions
*/
$specialPageAliases = [];
/** English */
$specialPageAliases['en'] = [
'CommentIgnoreList' => [ 'CommentIgnoreList' ],
];