Remove wgULSCompactLinks configuration variable

This was used to expose Compact language links as beta feature.
Now a days, we want it as beta feature unconditionally and this
configuration does not make sense. So removing.

Bug: T134145
Change-Id: I40d5c07064b5f407ec37837b0835e0698f3a5256
This commit is contained in:
Santhosh Thottingal
2016-04-28 11:01:21 +05:30
committed by Santhosh
parent babaee831f
commit 695ea37918
2 changed files with 5 additions and 9 deletions

View File

@@ -88,9 +88,7 @@
"#p-lang li.interlanguage-link > a"
],
"@ULSFontRepositoryBasePath": "Base path of ULS font repository. If not set, will be set to 'UniversalLanguageSelector/data/fontrepo/fonts/', relative to $wgExtensionAssetsPath. @since 2013.10",
"ULSFontRepositoryBasePath": false,
"@ULSCompactLinks": "Whether the \"Compact language links\" Beta Feature is exposed. Requires $wgULSPosition to be \"interlanguage\". Defaults to false. @since 2014.03",
"ULSCompactLinks": false
"ULSFontRepositoryBasePath": false
},
"callback": "UniversalLanguageSelectorHooks::setVersionConstant",
"ResourceModules": {