
Add FIXME for FlaggedRevs, because it loads the i18n resources in a weird way. Some misc. whitespace updates.
11 lines
160 B
PHP
11 lines
160 B
PHP
<?php
|
|
/**
|
|
* Magic words for extension.
|
|
*/
|
|
|
|
$magicWords = array();
|
|
|
|
/** English (English) */
|
|
$magicWords['en'] = array(
|
|
'cscore' => array( 0, 'cscore' ),
|
|
);
|