first commit
This commit is contained in:
15
includes/Comments.alias.php
Normal file
15
includes/Comments.alias.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Aliases for special pages
|
||||
*
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
*/
|
||||
// @codingStandardsIgnoreFile
|
||||
|
||||
$specialPageAliases = array();
|
||||
|
||||
/** English */
|
||||
$specialPageAliases['en'] = array(
|
||||
'CommentIgnoreList' => array( 'CommentIgnoreList' ),
|
||||
);
|
||||
Reference in New Issue
Block a user