From: James D. Forrester Date: Tue, 18 Sep 2018 18:29:38 +0000 (-0700) Subject: Special:Preferences: Enable OOUI mode by default X-Git-Tag: 1.34.0-rc.0~4069 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=8fb62951f1501b7a74268c9060304527ee369557;p=lhc%2Fweb%2Fwiklou.git Special:Preferences: Enable OOUI mode by default Developers and other users can temporarily still opt out with ?ooui=0. Bug: T117781 Change-Id: I1466e67161b5155552ffa7d80c383064913ec4dc --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 8abff9792e..ab67225ca5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3288,7 +3288,7 @@ $wgUseMediaWikiUIEverywhere = false; * * @since 1.32 */ -$wgOOUIPreferences = false; +$wgOOUIPreferences = true; /** * Whether to label the store-to-database-and-show-to-others button in the editor