mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-11 17:01:58 +00:00
Hard deprecate editPageShowEditFormInitial
This static function is deprecated since 0d4d037968
included in
MediaWiki 1.38.
Change-Id: I9c584f827b12077e48c4680af06459769921c305
This commit is contained in:
parent
17163cd662
commit
874741c9a6
|
@ -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