* wfLoadExtensionMessages() now accepts a language code as its second argument, rathe...
authorRobert Leverington <roberthl@users.mediawiki.org>
Mon, 5 May 2008 13:29:51 +0000 (13:29 +0000)
committerRobert Leverington <roberthl@users.mediawiki.org>
Mon, 5 May 2008 13:29:51 +0000 (13:29 +0000)
commitdeca107b90e2dbc9beb4b8599a7e62bb5bc66460
treefb40f085c828b00f323948b167ff1ac34c00d24c
parent2fca368a661a34410e6e8bde3f2881380f1dd65e
* wfLoadExtensionMessages() now accepts a language code as its second argument, rather than a boolean indicating whether or not to load all messages.  This allows extension developers to be more discriminate with regards to which languages they load, avoiding the problem of loading lots of message localisations and fall backs not being merged in.
includes/GlobalFunctions.php
includes/MessageCache.php