From 827d8dc02897e9df82221bf9da0845227cc1b0c7 Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Mon, 14 Dec 2015 14:37:13 -0800 Subject: [PATCH] Remove OutputPage::appendSubtitle(); deprecated since 1.19 & unused * https://github.com/search?q=%40wikimedia+appendSubtitle&type=Code&utf8=%E2%9C%93 Change-Id: Ic09479cf04f00cf1f8764efe747edacd6aa2140d --- includes/OutputPage.php | 11 ----------- 1 file changed, 11 deletions(-) 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 * -- 2.20.1