User "Trevor Parscal" posted a comment on MediaWiki.r87460. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/87460#c16579 Commit summary:
Modified number formatting method to use number_format instead of $wgLang->formatNum and round so we can get leading zeros. If there's a way to get leading zeros with $wgLang, I don't know what it is. Comment: Yeah, I mean trailing - sorry. The documentation of formatNum says to pass it an integer or float, not a string, which number_format returns. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
