X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fhooks.txt;h=43234c659092baacd254715e89990d86c2e8b858;hb=7f1b20d832a52ee7ce573361c6647e6dde93a538;hp=a248c290759426e29dec7eb7a73a9485ef16c87a;hpb=ba40e8e26b4cec0785f43e47dd0123ca761a5101;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/hooks.txt b/docs/hooks.txt index a248c29075..43234c6590 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -3729,7 +3729,9 @@ $ip: User's IP address false if a UserGetRights hook might remove the named right. $right: The user right being checked -'UserIsHidden': Check if the user's name should be hidden. See User::isHidden(). +'UserIsHidden': DEPRECATED since 1.34 - use GetUserBlock instead, and add a +system block that hides the user. Check if the user's name should be hidden. +See User::isHidden(). $user: User in question. &$hidden: Set true if the user's name should be hidden.