mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
refactor(core): remove MW version check for ULS
The selector is present in MLEB builds that supports 1.35. So we don't need to exclude 1.35 anymore.
This commit is contained in:
parent
9ac32c1421
commit
4710d1e59a
|
@ -206,10 +206,6 @@ final class PageTools extends Partial {
|
|||
if ( !$variantshtml['is-empty'] ) {
|
||||
return false;
|
||||
}
|
||||
// ext.uls.interface only attaches to mw-interlanguage-selector >1.36
|
||||
if ( version_compare( MW_VERSION, '1.36', '<' ) ) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return ExtensionRegistry::getInstance()->isLoaded( 'UniversalLanguageSelector' );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue