https://bugzilla.wikimedia.org/show_bug.cgi?id=62362
--- Comment #2 from Niklas Laxström <[email protected]> --- To clarify: the beta feature is offered, but the feature does nothing because of the differing checks for the preference and the actual feature. Preference: + if ( $wgULSCompactLinks ) { + $prefs['uls-compact-links'] = array( Feature: + if ( $wgULSCompactLinks && + $wgULSPosition === 'interlanguage' && + class_exists( 'BetaFeatures' ) && BetaFeatures::isFeatureEnabled( $out->getUser(), 'uls-compact-links' ) ) { $out->addModules( 'ext.uls.compactlinks' ); (Test Wikipedia is one of those wikis which has ULS in personal position but also has interwiki links) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
