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