User "Reedy" posted a comment on MediaWiki.r87300.

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

added basic Internationalization support

Comment:

I'm guessing

<pre>
+               ExtPatchOutputMobile::$messages['patch_output_mobile_show'] = 
wfMsg('patch_output_mobile_show');
+               ExtPatchOutputMobile::$messages['patch_output_mobile_hide'] = 
wfMsg('patch_output_mobile_hide');
+               
ExtPatchOutputMobile::$messages['patch_output_mobile_back_to_top'] = 
wfMsg('patch_output_mobile_back_to_top');
</pre>

is some type of optimisation? But we don't do that anywhere, just use the calls 
inline, and IIRC we have the caching inplace for messages in calling

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

Reply via email to