User "^demon" changed the status of MediaWiki.r86927. Old Status: new New Status: fixme
User "^demon" also posted a comment on MediaWiki.r86927. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/86927#c16406 Commit summary: adding language support to #time parser function, per bug 28655 Comment: Generally speaking, you shouldn't rearrange method parameters like you did here: <pre> - public static function time( $parser, $format = '', $date = '', $local = false ) { + public static function time( $parser, $format = '', $date = '', $language = '', $local = false ) { </pre> Just add language to the end. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
