From: Derick Alangi Date: Wed, 5 Jun 2019 16:26:59 +0000 (+0100) Subject: installer: Remove deprecated method WebInstallerOutput::addWikiText() X-Git-Tag: 1.34.0-rc.0~1327^2 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=2163259235d8260abe0591a6dadf7c4f6d8ccb43;p=lhc%2Fweb%2Fwiklou.git installer: Remove deprecated method WebInstallerOutput::addWikiText() Was deprecated in 1.32 and no longer used, hence removing from MW core. Change-Id: I93c5dc1d74fd856c07b09e4c3028e223d2939522 --- diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 431db3da5f..0f7ebce0fc 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -217,6 +217,7 @@ because of Phabricator reports. removed. * The $wgUseKeyHeader configuration option and the OutputPage::getKeyHeader() method, deprecated in 1.32, have been removed. +* WebInstallerOutput::addWikiText(), deprecated in 1.32, has been removed. * … === Deprecations in 1.34 === diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index 65e7457d3f..cbb9b573df 100644 --- a/includes/installer/WebInstallerOutput.php +++ b/includes/installer/WebInstallerOutput.php @@ -90,15 +90,6 @@ class WebInstallerOutput { $this->flush(); } - /** - * @param string $text - * @deprecated since 1.32; use addWikiTextAsInterface instead - */ - public function addWikiText( $text ) { - wfDeprecated( __METHOD__, '1.32' ); - $this->addWikiTextAsInterface( $text ); - } - /** * @param string $text * @since 1.32