neue Version für Mediawiki ab Version 1.32
This commit is contained in:
14
Comments.i18n.alias.php
Normal file
14
Comments.i18n.alias.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Aliases for special pages
|
||||
*
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
*/
|
||||
|
||||
$specialPageAliases = [];
|
||||
|
||||
/** English */
|
||||
$specialPageAliases['en'] = [
|
||||
'CommentIgnoreList' => [ 'CommentIgnoreList' ],
|
||||
];
|
||||
Reference in New Issue
Block a user