* complete $wgExtensionCredits

* remove trailing whitespace
This commit is contained in:
Siebrand Mazeland 2007-12-10 10:01:15 +00:00
parent 7f56ab19af
commit 37ec3834d2

View file

@ -1,4 +1,4 @@
<?php
<?php
/** \file
* \brief Contains setup code for the Contribution Scores Extension.
*/
@ -14,7 +14,7 @@ $wgExtensionCredits['specialpage'][] = array(
'url'=>'http://www.mediawiki.org/wiki/Extension:Contribution_Scores',
'author'=>'Tim Laqua',
'description'=>'Polls wiki database for highest user contribution volume',
'version'=>'1.5'
'version'=>'1.5',
);
$wgAutoloadClasses['ContributionScores'] = dirname( __FILE__ ) . '/ContributionScores_body.php';