Revert "Follow-up e19092240: During the config cut-over, don't graduate 2017WTE"

For Monday.

This reverts commit 89c0fb9d25.

Change-Id: I9140d4bf8113741f08fdfc3ec5de918930468598
This commit is contained in:
James D. Forrester 2018-02-26 14:58:39 -08:00
parent 4dfacbbca7
commit 1f38e7f87b

View file

@ -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',