EditPage: Remove unused deprecated method ::submit()
authorDerick Alangi <alangiderick@gmail.com>
Tue, 28 May 2019 18:27:02 +0000 (19:27 +0100)
committerDerick Alangi <alangiderick@gmail.com>
Tue, 28 May 2019 18:29:51 +0000 (19:29 +0100)
commit078ac4b10bbaaa5d551111f97537c97ee45e68c0
tree5c4bfd38dbeda81c8d93a8a4b8556cdc0ed0bc48
parent2c3694463a02bae9102bfe76b8baeafb924d33a8
EditPage: Remove unused deprecated method ::submit()

Was deprecated in 1.29 and EditPage::edit() was made available for
use and replacement of this ::submit().

Usage
=====

https://codesearch.wmflabs.org/search/?q=%5C-%5C%3Esubmit%5C(%5C)&i=nope&files=&repos=

The usage of ->submit() in the search link above are not for EditPage
but for other classes.

Change-Id: Ibd65965c785f84e9bda65cfaa2c491310cda8166
RELEASE-NOTES-1.34
includes/EditPage.php