Revert "Fix ULSCompactLinksEnableAnon configuration"
This reverts commit e08d9bcc57.
Change-Id: I6830300561264a8344029c2bf7ea3d44b9da199b
This commit is contained in:
@@ -59,8 +59,8 @@ class UniversalLanguageSelectorHooks {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $user->isAnon() ) {
|
if ( $user->isAnon() && $wgULSCompactLinksEnableAnon ) {
|
||||||
return $wgULSCompactLinksEnableAnon;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $wgULSCompactLanguageLinksBetaFeature === true &&
|
if ( $wgULSCompactLanguageLinksBetaFeature === true &&
|
||||||
|
|||||||
Reference in New Issue
Block a user