From: Ori Livneh Date: Mon, 14 Dec 2015 22:37:13 +0000 (-0800) Subject: Remove OutputPage::appendSubtitle(); deprecated since 1.19 & unused X-Git-Tag: 1.31.0-rc.0~8664 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=827d8dc02897e9df82221bf9da0845227cc1b0c7;p=lhc%2Fweb%2Fwiklou.git Remove OutputPage::appendSubtitle(); deprecated since 1.19 & unused * https://github.com/search?q=%40wikimedia+appendSubtitle&type=Code&utf8=%E2%9C%93 Change-Id: Ic09479cf04f00cf1f8764efe747edacd6aa2140d --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index fea667e850..f85df95f47 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1032,17 +1032,6 @@ class OutputPage extends ContextSource { $this->addSubtitle( $str ); } - /** - * Add $str to the subtitle - * - * @deprecated since 1.19; use addSubtitle() instead - * @param string|Message $str String or Message to add to the subtitle - */ - public function appendSubtitle( $str ) { - wfDeprecated( __METHOD__, '1.19' ); - $this->addSubtitle( $str ); - } - /** * Add $str to the subtitle *