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