Remove OutputPage::appendSubtitle(); deprecated since 1.19 & unused
authorOri Livneh <ori@wikimedia.org>
Mon, 14 Dec 2015 22:37:13 +0000 (14:37 -0800)
committerOri Livneh <ori@wikimedia.org>
Tue, 15 Dec 2015 19:13:12 +0000 (11:13 -0800)
* https://github.com/search?q=%40wikimedia+appendSubtitle&type=Code&utf8=%E2%9C%93

Change-Id: Ic09479cf04f00cf1f8764efe747edacd6aa2140d

includes/OutputPage.php

index fea667e..f85df95 100644 (file)
@@ -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
         *