first commit

This commit is contained in:
root
2017-09-27 17:53:26 +02:00
commit a01e7fe597
139 changed files with 7890 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?php
/**
* Aliases for special pages
*
* @file
* @ingroup Extensions
*/
// @codingStandardsIgnoreFile
$specialPageAliases = array();
/** English */
$specialPageAliases['en'] = array(
'CommentIgnoreList' => array( 'CommentIgnoreList' ),
);