User "MaxSem" changed the status of MediaWiki.r100165.

Old Status: new
New Status: fixme

User "MaxSem" also posted a comment on MediaWiki.r100165.

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

Adds API Module by cryptocoryne

Bug 31723

Comment:

 $reason = wfMsgForContent( 'checkuser-reason-api' ) . ' ' . $params['reason'];
Not suitable for some languages, set that message to "API: $1" and use it like
 $reason = wfMsgForContent( 'checkuser-reason-api', $params['reason'] );

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

Reply via email to