* complete $wgExtensionCredits
* remove trailing whitespace
This commit is contained in:
parent
7f56ab19af
commit
37ec3834d2
1 changed files with 11 additions and 11 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue