Updated comment since $wgArticle is going to be removed in 1.20.
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 2 Jan 2012 11:59:56 +0000 (11:59 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 2 Jan 2012 11:59:56 +0000 (11:59 +0000)
includes/Wiki.php

index 4984b5f..6882bc2 100644 (file)
@@ -256,8 +256,8 @@ class MediaWiki {
                        if ( is_object( $article ) ) {
                                $pageView = true;
                                /**
-                                * $wgArticle is deprecated, do not use it. This will possibly be removed
-                                * entirely in 1.20 or 1.21
+                                * $wgArticle is deprecated, do not use it.
+                                * This will be removed entirely in 1.20.
                                 * @deprecated since 1.18
                                 */
                                global $wgArticle;