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:
parent
9c4d70071a
commit
46c3376f41
2 changed files with 13 additions and 8 deletions
11
ContributionScores.i18n.magic.php
Normal file
11
ContributionScores.i18n.magic.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* Magic words for extension.
|
||||
*/
|
||||
|
||||
$magicWords = array();
|
||||
|
||||
/** English (English) */
|
||||
$magicWords['en'] = array(
|
||||
'cscore' => array( 0, 'cscore' ),
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue