mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-23 15:57:15 +00:00
Merge "Hard deprecate editPageShowEditFormInitial"
This commit is contained in:
commit
27f7e0049f
|
@ -355,6 +355,7 @@ class Hooks implements
|
|||
* @param OutputPage $outputPage object.
|
||||
*/
|
||||
public static function editPageShowEditFormInitial( EditPage $editPage, OutputPage $outputPage ) {
|
||||
wfDeprecated( __METHOD__, '1.38' );
|
||||
$services = MediaWikiServices::getInstance();
|
||||
( new self(
|
||||
$services->getMainConfig(),
|
||||
|
|
Loading…
Reference in a new issue