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)
|
// Config option for wikitext editing "deployed" state (opt-out)
|
||||||
if (
|
if (
|
||||||
$veConfig->get( 'VisualEditorEnableWikitext' ) &&
|
$veConfig->get( 'VisualEditorEnableWikitext' )
|
||||||
// TEMP Don't graduate if the Beta Feature switch is true.
|
|
||||||
!$veConfig->get( 'VisualEditorEnableWikitextBetaFeature' )
|
|
||||||
) {
|
) {
|
||||||
$preferences['visualeditor-newwikitext'] = [
|
$preferences['visualeditor-newwikitext'] = [
|
||||||
'type' => 'toggle',
|
'type' => 'toggle',
|
||||||
|
|
Loading…
Reference in a new issue