Merge "Hooks: remove preloadtitle from unsupported list"

This commit is contained in:
jenkins-bot 2017-09-20 15:39:09 +00:00 committed by Gerrit Code Review
commit 02600efe3c

View file

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