r107819 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107818‎ | r107819 | r107820 >
Date:11:59, 2 January 2012
Author:ialex
Status:ok
Tags:
Comment:
Updated comment since $wgArticle is going to be removed in 1.20.
Modified paths:
  • /trunk/phase3/includes/Wiki.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Wiki.php
@@ -256,8 +256,8 @@
257257 if ( is_object( $article ) ) {
258258 $pageView = true;
259259 /**
260 - * $wgArticle is deprecated, do not use it. This will possibly be removed
261 - * entirely in 1.20 or 1.21
 260+ * $wgArticle is deprecated, do not use it.
 261+ * This will be removed entirely in 1.20.
262262 * @deprecated since 1.18
263263 */
264264 global $wgArticle;

Status & tagging log