Merge "Hard deprecate editPageShowEditFormInitial"

This commit is contained in:
jenkins-bot 2023-10-03 13:44:11 +00:00 committed by Gerrit Code Review
commit 27f7e0049f

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