Clean up old way to disable variants (using a special name 'disable')
authorLiangent <liangent@gmail.com>
Wed, 17 Apr 2013 04:01:16 +0000 (12:01 +0800)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 17 Apr 2013 08:19:17 +0000 (08:19 +0000)
commitc5c66d5c15a445d524a1606e62a3cfb6eff5c5a7
tree8aad3babd392cc7ad2570e8181a76fdd9b73d7fd
parent479363ce928640b658ca7af22f9a8afd43abb532
Clean up old way to disable variants (using a special name 'disable')

$wgDisabledVariants is the preferred setting now since 1.16. For some
reason, the 'disable' magic name hasn't been cleaned up completely and
only affects skinning.

Someone may want to run rebuildLanguage.php later because messages.inc
is modified here. I didn't run it because it introduces too many
unrelated edits messing up this patch.

Change-Id: Ifb005e7cc9efd0b4a4f87fd491a71c8d5e1a5748
includes/SkinLegacy.php
includes/SkinTemplate.php
maintenance/language/messages.inc