diff options
author | Chad Horohoe <demon@users.mediawiki.org> | 2011-05-22 17:59:47 +0000 |
---|---|---|
committer | Chad Horohoe <demon@users.mediawiki.org> | 2011-05-22 17:59:47 +0000 |
commit | 3e11266ae5e5a33498abb7f028bbc79b5ca93515 (patch) | |
tree | a60cd06b42320896fbcc62d206a75d7a291135cc /docs/globals.txt | |
parent | c2eb037f749e7355d97bc1fb247c43e7d74b7eab (diff) | |
download | mediawikicore-3e11266ae5e5a33498abb7f028bbc79b5ca93515.tar.gz mediawikicore-3e11266ae5e5a33498abb7f028bbc79b5ca93515.zip |
$wgArticle is deprecated! Possible removal in 1.20 or 1.21!
* Encapsulate index.php in wfIndexMain() (similar to r77873)
* Kill $wgArticle check in Exception, not necessary anymore
* Kill $wgArticle in Setup, also not necessary
* Add angry note about $wgArticle to rebuildFileCache.
* Remove note about $wgArticle in Parser since it's dying anyway
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/88588
Diffstat (limited to 'docs/globals.txt')
-rw-r--r-- | docs/globals.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/globals.txt b/docs/globals.txt index bb3b2946561e..ac4bd792ce58 100644 --- a/docs/globals.txt +++ b/docs/globals.txt @@ -45,9 +45,6 @@ For a description of the classes, see design.txt. $wgTitle Title object created from the request URL. -$wgArticle - Article object corresponding to $wgTitle. - $wgOut OutputPage object for HTTP response. |