Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -333,6 +333,7 @@ |
334 | 334 | (i.e. it didn't exist before) |
335 | 335 | |
336 | 336 | 'ArticleViewHeader': Before the parser cache is about to be tried for article viewing. |
| 337 | +&$article: the article |
337 | 338 | &$pcache: whether to try the parser cache or not |
338 | 339 | &$outputDone: whether the output for this page finished or not |
339 | 340 | |