Add new param of hook UserIsBlockedGlobally to docs/hooks.txt
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 12 Jun 2016 16:28:08 +0000 (18:28 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 13 Jun 2016 16:07:57 +0000 (18:07 +0200)
Follows I23d29c1a0e016de4e82d5b51afa94ae9afd70ee4

Change-Id: Ib747d66d7387455c23246cc29ab88f1383e52500

docs/hooks.txt

index 93f84a1..8d40265 100644 (file)
@@ -3383,6 +3383,7 @@ $title: Title of the page in question
 &$user: User object
 $ip: User's IP address
 &$blocked: Whether the user is blocked, to be modified by the hook
+&$block: The Block object, to be modified by the hook
 
 'UserIsEveryoneAllowed': Check if all users are allowed some user right; return
 false if a UserGetRights hook might remove the named right.