Index: trunk/phase3/includes/Wiki.php |
— | — | @@ -267,14 +267,6 @@ |
268 | 268 | $article = $this->initializeArticle(); |
269 | 269 | if ( is_object( $article ) ) { |
270 | 270 | $pageView = true; |
271 | | - /** |
272 | | - * $wgArticle is deprecated, do not use it. |
273 | | - * This will be removed entirely in 1.20. |
274 | | - * @deprecated since 1.18 |
275 | | - */ |
276 | | - global $wgArticle; |
277 | | - $wgArticle = $article; |
278 | | - |
279 | 271 | $this->performAction( $article ); |
280 | 272 | } elseif ( is_string( $article ) ) { |
281 | 273 | $output->redirect( $article ); |