Remove UniversalLanguageSelector instrument
Per T275894, Readers Web intend to increase the scope of the UniversalLanguageSelector instrument to help them understand how users are interacting with the Languages list in sidebar. In order to keep the UniversalLanguageSelector extension focussed and not overly Wikimedia-specific, it was agreed that the instrument would be migrated to the WikimediaEvents extension, where other such instruments are located. Therefore, remove all code related to the UniversalLanguageSelector instrument. Bug: T275894 Depends-On: I2acee8ba8dc59c497dc6ba42cd5bd88dfd985c8b Change-Id: I72b1d0ff35488521b3499e9606efee26baff8c00
This commit is contained in:
@@ -355,7 +355,6 @@ class UniversalLanguageSelectorHooks {
|
||||
$wgULSIMEEnabled, $wgULSWebfontsEnabled,
|
||||
$wgULSNoWebfontsSelectors,
|
||||
$wgULSAnonCanChangeLanguage,
|
||||
$wgULSEventLogging,
|
||||
$wgULSImeSelectors, $wgULSNoImeSelectors,
|
||||
$wgULSFontRepositoryBasePath,
|
||||
$wgExtensionAssetsPath,
|
||||
@@ -372,7 +371,6 @@ class UniversalLanguageSelectorHooks {
|
||||
$vars['wgULSIMEEnabled'] = $wgULSIMEEnabled;
|
||||
$vars['wgULSWebfontsEnabled'] = $wgULSWebfontsEnabled;
|
||||
$vars['wgULSAnonCanChangeLanguage'] = $wgULSAnonCanChangeLanguage;
|
||||
$vars['wgULSEventLogging'] = $wgULSEventLogging && $extRegistry->isLoaded( 'EventLogging' );
|
||||
$vars['wgULSImeSelectors'] = $wgULSImeSelectors;
|
||||
$vars['wgULSNoImeSelectors'] = $wgULSNoImeSelectors;
|
||||
$vars['wgULSNoWebfontsSelectors'] = $wgULSNoWebfontsSelectors;
|
||||
|
||||
Reference in New Issue
Block a user