Cleanup r26692:
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 18 Oct 2007 15:07:55 +0000 (15:07 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 18 Oct 2007 15:07:55 +0000 (15:07 +0000)
commit3ef37ae1286b9271c6618e6b9addb7717318b638
treebb8b39aba507dd07ae1b9008e0ecb198cf820f4a
parentd7f73380e06f1b28cfbb513c2ec554ef03a774af
Cleanup r26692:
* Use content language, not UI language, when adding language suffix to OpenSearch description
* Use $wgContLang->getLanguageName() instead of grabbing a whole array of every name ever :)
* If there isn't a defined language name for this code, don't spew a PHP notice and output "()". Use the language code instead, so non-standard and as-yet-unused languages won't break.
includes/Skin.php