$wgLanguageCode no longer indicates the user language, for that use $wgLang->getCode...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 26 Jul 2006 08:26:51 +0000 (08:26 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 26 Jul 2006 08:26:51 +0000 (08:26 +0000)
commit3e7155b3db664437868e5bc1377f98010e6392fd
treea22b78ccbe9908105352c8b7bf2b8eadb20699e0
parent50bb525650f190b56f613483b3b5b92103983f1e
$wgLanguageCode no longer indicates the user language, for that use $wgLang->getCode(). This is necessary because determination of the language code is deferred.
includes/MessageCache.php
includes/QueryPage.php
includes/Setup.php
includes/Skin.php
includes/SpecialAllmessages.php
includes/StubObject.php