Remove use of deprecated LanguageGetMagic hook.

Add FIXME for FlaggedRevs, because it loads the i18n resources in a weird way.
Some misc. whitespace updates.
This commit is contained in:
Siebrand Mazeland 2012-01-15 20:07:13 +00:00
parent 9c4d70071a
commit 46c3376f41
2 changed files with 13 additions and 8 deletions

View file

@ -0,0 +1,11 @@
<?php
/**
* Magic words for extension.
*/
$magicWords = array();
/** English (English) */
$magicWords['en'] = array(
'cscore' => array( 0, 'cscore' ),
);