From 72ad051e0bd778b39ef53438194c8b463070d481 Mon Sep 17 00:00:00 2001 From: David Lynch Date: Wed, 20 Sep 2017 10:16:32 -0500 Subject: [PATCH] Hooks: remove preloadtitle from unsupported list Bug: T51622 Change-Id: I480bbc5b9906f82b06667c69a559360f9083f06a --- VisualEditor.hooks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualEditor.hooks.php b/VisualEditor.hooks.php index c3b1aa6699..1c3820c33a 100644 --- a/VisualEditor.hooks.php +++ b/VisualEditor.hooks.php @@ -14,9 +14,9 @@ class VisualEditorHooks { // Known parameters that VE does not handle // TODO: Other params too? - // Known-good parameters: edit, veaction, section, oldid, lintid + // Known-good parameters: edit, veaction, section, oldid, lintid, preload, preloadparams, editintro + // Partially-good: preloadtitle (source-mode only) private static $unsupportedEditParams = [ - 'preloadtitle', 'undo', 'undoafter', 'veswitched'