From 91a98fcebcd6e0a49f9a9c94842df1259ce554bb Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 22 Mar 2006 04:57:14 +0000 Subject: [PATCH] documentation --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index 195d280e26..b777cd8cd5 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -3833,7 +3833,7 @@ class ParserOutput $mLanguageLinks, # List of the full text of language links, in the order they appear $mCategories, # Map of category names to sort keys $mContainsOldMagic, # Boolean variable indicating if the input contained variables like {{CURRENTDAY}} - $mCacheTime, # Timestamp on this article, or -1 for uncacheable. Used in ParserCache. + $mCacheTime, # Time when this object was generated, or -1 for uncacheable. Used in ParserCache. $mVersion, # Compatibility check $mTitleText, # title text of the chosen language variant $mLinks, # 2-D map of NS/DBK to ID for the links in the document. ID=zero for broken. -- 2.20.1