r48903 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48902‎ | r48903 | r48904 >
Date:22:25, 26 March 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Update FIXME. $wgLang->commafy() fits better.
Modified paths:
  • /trunk/extensions/SimpleSecurity/SimpleSecurity_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SimpleSecurity/SimpleSecurity_body.php
@@ -259,7 +259,7 @@
260260 private function groupText( &$groups ) {
261261 $gl = $groups;
262262 $gt = array_pop( $gl );
263 - // FIXME: use $wgLang->commaList()
 263+ // FIXME: use $wgLang->commafy()
264264 // FIXME: hard coded bold. Not all scripts use this. Needs i18n support.
265265 if ( count( $groups ) > 1 ) $gt = wfMsg( 'security-manygroups', "<b>" . join( "</b>, <b>", $gl ) . "</b>", "<b>$gt</b>" );
266266 else $gt = "the <b>$gt</b> group"; // FIXME: hard coded text. Needs i18n support.

Status & tagging log