From: Alexandre Emsenhuber Date: Mon, 2 Jan 2012 11:59:56 +0000 (+0000) Subject: Updated comment since $wgArticle is going to be removed in 1.20. X-Git-Tag: 1.31.0-rc.0~25620 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=9993fac51930b93a219a396c68c3c73bc88a2cac;p=lhc%2Fweb%2Fwiklou.git Updated comment since $wgArticle is going to be removed in 1.20. --- diff --git a/includes/Wiki.php b/includes/Wiki.php index 4984b5f0ca..6882bc2a90 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -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;