diff options
author | Tim Starling <tstarling@users.mediawiki.org> | 2006-01-05 02:05:53 +0000 |
---|---|---|
committer | Tim Starling <tstarling@users.mediawiki.org> | 2006-01-05 02:05:53 +0000 |
commit | f2a59db33f33f34a28704b9a47686d6d32abc0bc (patch) | |
tree | 7fdbb9f1a7c81f5f0e6fc985f2f62d963c819fab /docs/globals.txt | |
parent | d77e1f41759a7170d22321f8f745495f2baeaae0 (diff) | |
download | mediawikicore-f2a59db33f33f34a28704b9a47686d6d32abc0bc.tar.gz mediawikicore-f2a59db33f33f34a28704b9a47686d6d32abc0bc.zip |
Removed $wgLinkCache, converted to a singleton. Removed obsolete cruft from LinkCache.php.
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/12411
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 b36f8ea3c8b7..ecc5ab33fdb1 100644 --- a/docs/globals.txt +++ b/docs/globals.txt @@ -66,9 +66,6 @@ $wgContLang $wgArticle Article object corresponding to $wgTitle. -$wgLinkCache - LinkCache object. - $wgParser Parser object. Parser extensions register their hooks here. |