add missing $article param to ArticleViewHeader doc
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 13 Sep 2007 20:16:52 +0000 (20:16 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 13 Sep 2007 20:16:52 +0000 (20:16 +0000)
docs/hooks.txt

index 9614bea..9999e58 100644 (file)
@@ -333,6 +333,7 @@ $create: Whether or not the restoration caused the page to be created
 (i.e. it didn't exist before)
 
 'ArticleViewHeader': Before the parser cache is about to be tried for article viewing.
+&$article: the article
 &$pcache: whether to try the parser cache or not
 &$outputDone: whether the output for this page finished or not