User "Hashar" changed the status of MediaWiki.r98013.

Old Status: new
New Status: fixme

User "Hashar" also posted a comment on MediaWiki.r98013.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98013#c24429
Commit summary:

Minor cleanup and line breaking to formatTimePeriod()

Comment:

It seems you altered the default format when doing your test. The default is no 
more 'noabbrevs' => false !

 if ( !is_array( $format ) ) {
 -                      $format = array( 'avoid' => $format, 'noabbrevs' => 
false ); // For backwards compatibility
 +                      $format = array( 'avoid' => $format ); // For backwards 
compatibility



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

Reply via email to