Remove $wgContLanguageCode usage in core.
authorPlatonides <platonides@users.mediawiki.org>
Tue, 7 Sep 2010 22:37:55 +0000 (22:37 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 7 Sep 2010 22:37:55 +0000 (22:37 +0000)
commit537826a6741a04e9a494392607852edb4a686c1e
tree65fe1500b9390633591aa4994f32ec3cbbee368f
parent90ef40d9c2dcaf7fb52adf25b5b8623944d6f8cc
Remove $wgContLanguageCode usage in core.

sed -i 's/$wgContLanguageCode/$wgLanguageCode/g'
These are now the same, always. Per and since r15827.

$wgLanguageCode wins due to being the one set by LocalSettings.

$wgContLanguageCode definition at includes/Setup.php kept for now.
19 files changed:
includes/ChangesFeed.php
includes/Export.php
includes/Feed.php
includes/HTMLFileCache.php
includes/MessageCache.php
includes/Metadata.php
includes/OutputPage.php
includes/Preferences.php
includes/QueryPage.php
includes/SkinTemplate.php
includes/StreamFile.php
includes/StubObject.php
includes/Xml.php
includes/api/ApiFeedWatchlist.php
includes/parser/Parser.php
includes/specials/SpecialContributions.php
includes/specials/SpecialNewpages.php
maintenance/parserTests.inc
maintenance/tests/MessageTest.php