From 8fb62951f1501b7a74268c9060304527ee369557 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Tue, 18 Sep 2018 11:29:38 -0700 Subject: [PATCH] Special:Preferences: Enable OOUI mode by default Developers and other users can temporarily still opt out with ?ooui=0. Bug: T117781 Change-Id: I1466e67161b5155552ffa7d80c383064913ec4dc --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1