jenkins-bot has submitted this change and it was merged. Change subject: Add visualeditor-enable-mwmath preference to default user prefs ......................................................................
Add visualeditor-enable-mwmath preference to default user prefs Stopping a warning for an undefined index created by I28862f3e62f5c. Change-Id: Ic4ce78c769706332dc399d9b876af01c84845b9b --- M VisualEditor.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified diff --git a/VisualEditor.php b/VisualEditor.php index ee53c70..5bf1cd2 100644 --- a/VisualEditor.php +++ b/VisualEditor.php @@ -64,6 +64,7 @@ // Set default values for new preferences $wgDefaultUserOptions['visualeditor-enable'] = 0; $wgDefaultUserOptions['visualeditor-enable-experimental'] = 0; +$wgDefaultUserOptions['visualeditor-enable-mwmath'] = 0; $wgDefaultUserOptions['visualeditor-betatempdisable'] = 0; // Register resource modules -- To view, visit https://gerrit.wikimedia.org/r/92786 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic4ce78c769706332dc399d9b876af01c84845b9b Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/VisualEditor Gerrit-Branch: master Gerrit-Owner: Jforrester <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
