* Remove $wgExtensionCredits['description'] where $wgExtensionCredits['descriptionmsg'] present. This feature was introduced in MediaWiki 1.12, and 'description' is not used if 'descriptionmsg' is present.
* Random indentation updates and trailing whitespace removed
This commit is contained in:
parent
b63064c888
commit
5f1bae9787
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ $wgExtensionCredits['specialpage'][] = array(
|
||||||
'name'=>'Contribution Scores',
|
'name'=>'Contribution Scores',
|
||||||
'url'=>'http://www.mediawiki.org/wiki/Extension:Contribution_Scores',
|
'url'=>'http://www.mediawiki.org/wiki/Extension:Contribution_Scores',
|
||||||
'author'=>'Tim Laqua',
|
'author'=>'Tim Laqua',
|
||||||
'description'=>'Polls wiki database for highest user contribution volume',
|
|
||||||
'descriptionmsg' => 'contributionscores-desc',
|
'descriptionmsg' => 'contributionscores-desc',
|
||||||
'version'=>'1.11'
|
'version'=>'1.11'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue