From ef51d243ab1550225158d4687982a1cb952fd0b0 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sun, 20 Sep 2015 10:47:29 +0200 Subject: [PATCH] Fix hook documentation for ArticleRevisionVisibilitySet The last parameter was not in documentation. Follows I6a14c7b95041fdd44d7962af6dc139bcc29f7223 Change-Id: I5e5d8948d6a1f4dc2db09028c77cfb79fb4ed5d0 --- docs/hooks.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index 54ab46c171..b7f31cb78d 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -662,7 +662,8 @@ $oldPageID: the page ID of the revision when archived (may be null) 'ArticleRevisionVisibilitySet': Called when changing visibility of one or more revisions of an article. -&$title: Title object of the article +$title: Title object of the article +$ids: Ids to set the visibility for 'ArticleRollbackComplete': After an article rollback is completed. $wikiPage: the WikiPage that was edited -- 2.20.1