Index: trunk/phase3/includes/Article.php |
— | — | @@ -126,18 +126,6 @@ |
127 | 127 | } |
128 | 128 | |
129 | 129 | /** |
130 | | - * Get the Title object this text redirects to |
131 | | - * |
132 | | - * @param $text string article content containing redirect info |
133 | | - * @return mixed false, Title of in-wiki target, or string with URL |
134 | | - * @deprecated since 1.17 |
135 | | - */ |
136 | | - public function followRedirectText( $text ) { |
137 | | - // recurse through to only get the final target |
138 | | - return $this->getRedirectURL( Title::newFromRedirectRecurse( $text ) ); |
139 | | - } |
140 | | - |
141 | | - /** |
142 | 130 | * Get the title object of the article |
143 | 131 | * @return Title object of this page |
144 | 132 | */ |