mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge "Revert "Follow-up e19092240
: During the config cut-over, don't graduate 2017WTE""
This commit is contained in:
commit
0871b8da85
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue