From 1f38e7f87bab5e86f9c111cd9cd7b92466c4a434 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Mon, 26 Feb 2018 14:58:39 -0800 Subject: [PATCH] Revert "Follow-up e19092240: During the config cut-over, don't graduate 2017WTE" For Monday. This reverts commit 89c0fb9d25e408e4a851623a019a0aa5f9d6ed15. Change-Id: I9140d4bf8113741f08fdfc3ec5de918930468598 --- includes/VisualEditorHooks.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/includes/VisualEditorHooks.php b/includes/VisualEditorHooks.php index f1a93a7554..fdecc96c00 100644 --- a/includes/VisualEditorHooks.php +++ b/includes/VisualEditorHooks.php @@ -659,9 +659,7 @@ class VisualEditorHooks { // Config option for wikitext editing "deployed" state (opt-out) if ( - $veConfig->get( 'VisualEditorEnableWikitext' ) && - // TEMP Don't graduate if the Beta Feature switch is true. - !$veConfig->get( 'VisualEditorEnableWikitextBetaFeature' ) + $veConfig->get( 'VisualEditorEnableWikitext' ) ) { $preferences['visualeditor-newwikitext'] = [ 'type' => 'toggle',