Fix hook documentation for ArticleRevisionVisibilitySet
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 20 Sep 2015 08:47:29 +0000 (10:47 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Sun, 20 Sep 2015 17:38:31 +0000 (17:38 +0000)
The last parameter was not in documentation.

Follows I6a14c7b95041fdd44d7962af6dc139bcc29f7223

Change-Id: I5e5d8948d6a1f4dc2db09028c77cfb79fb4ed5d0

docs/hooks.txt

index 54ab46c..b7f31cb 100644 (file)
@@ -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