Hard deprecate editPageShowEditFormInitial

This static function is deprecated since 0d4d037968 included in
MediaWiki 1.38.

Change-Id: I9c584f827b12077e48c4680af06459769921c305
This commit is contained in:
Fomafix 2023-10-02 20:07:53 +00:00
parent 17163cd662
commit 874741c9a6

View file

@ -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(),