Return formatted numbers
The extension should return formatted numbers, i.e. 12,365 instead of 12365. It's an easy fix:
- replace
$row->page_countwithnumber_format($row->page_count)(4 times for "pages" and "changes") - replace
round($row->wiki_rank,0)withnumber_format(round($row->wiki_rank,0))(2 times for "score")
in ContributionScores.php and ContributionScores_body.php
--Subfader 13:15, 26 February 2010 (UTC)