From 5f1bae9787eab028d468acacd794fd090cbec9d6 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 22 Feb 2010 23:41:51 +0000 Subject: [PATCH] * 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 --- ContributionScores.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ContributionScores.php b/ContributionScores.php index dac29ce..c9d6d70 100644 --- a/ContributionScores.php +++ b/ContributionScores.php @@ -14,7 +14,6 @@ $wgExtensionCredits['specialpage'][] = array( 'name'=>'Contribution Scores', 'url'=>'http://www.mediawiki.org/wiki/Extension:Contribution_Scores', 'author'=>'Tim Laqua', - 'description'=>'Polls wiki database for highest user contribution volume', 'descriptionmsg' => 'contributionscores-desc', 'version'=>'1.11' );