https://bugzilla.wikimedia.org/show_bug.cgi?id=31723
John Du Hart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #10 from John Du Hart <[email protected]> 2011-10-18 23:30:31 UTC --- Very well done, cryptocoryne. That patch was near flawless and was committed in r100165. Just a few notes on stuff I changed so you can learn: In ApiQueryCheckUser you I had this line: + $reason = 'API: ' . $params['reason']; Which I changed to: + $reason = wfMsgForContent( 'checkuser-reason-api' ) . ' ' . $params['reason']; This allows the 'API:' part to be translated. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
