"Nikerabbit" posted a comment on MediaWiki.r104454.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/104454#c26735

Commit summary for MediaWiki.r104454:

* 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

Nikerabbit's comment:

<pre>$days = $scoreReport[0];
$revs = $scoreReport[1];
</pre>

Could also write list( $days, $revs ) = $scoreReport; if there is always only 
two items in the array.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to