Last modified: 2006-09-11 12:23:33 UTC
SkinTemplate checks for empty messages using <[msg]> instead of wfEmptyMsg. Not a big deal, but who knows, wfMsg might start returning some other default message in the future.
Created attachment 2248 [details] patch for r16128 to have SkinTemplate use wfEmptyMsg
A lot of code does this; SkinTemplate.php is not unique in this respect.
I just happened to see that, looking over SkinTemplate.php. Is there any attempt to correct this kind of hard-coding in other places?
Created attachment 2339 [details] patch I think I found them all...
Committed on trunk in r16475