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

This commit is contained in:
jenkins-bot 2018-03-05 16:35:12 +00:00 committed by Gerrit Code Review
commit 0871b8da85

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