* Improve i18n (use formatNum for all numbers, add dir & lang attribute)
* Change td to th elements for titles (this also makes the sort script work again) * General whitespace fixes
This commit is contained in:
parent
95e51b5958
commit
21da2d00f6
3 changed files with 62 additions and 46 deletions
|
@ -11,11 +11,11 @@ if (!defined('MEDIAWIKI')) {
|
|||
|
||||
$wgExtensionCredits['specialpage'][] = array(
|
||||
'path' => __FILE__,
|
||||
'name'=>'Contribution Scores',
|
||||
'url'=>'http://www.mediawiki.org/wiki/Extension:Contribution_Scores',
|
||||
'author'=>'Tim Laqua',
|
||||
'name' => 'Contribution Scores',
|
||||
'url' => 'http://www.mediawiki.org/wiki/Extension:Contribution_Scores',
|
||||
'author' => 'Tim Laqua',
|
||||
'descriptionmsg' => 'contributionscores-desc',
|
||||
'version'=>'1.11'
|
||||
'version' => '1.12'
|
||||
);
|
||||
|
||||
define( 'CONTRIBUTIONSCORES_PATH', dirname( __FILE__ ) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue