Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -340,7 +340,11 @@ |
341 | 341 | 'ArticlePurge': before executing "&action=purge" |
342 | 342 | $article: article (object) to purge |
343 | 343 | |
344 | | -'ArticleRevisionUndeleted' after an article revision is restored |
| 344 | +'ArticleRevisionVisiblitySet': called when changing visibility of one or more |
| 345 | +revision of an article |
| 346 | +&$title: title object of the article |
| 347 | + |
| 348 | +'ArticleRevisionUndeleted': after an article revision is restored |
345 | 349 | $title: the article title |
346 | 350 | $revision: the revision |
347 | 351 | $oldPageID: the page ID of the revision when archived (may be null) |