Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -2072,6 +2072,7 @@ |
2073 | 2073 | 'UserGetRights': Called in User::getRights() |
2074 | 2074 | $user: User to get rights for |
2075 | 2075 | &$rights: Current rights |
| 2076 | +$namespace: Namespace to get permissions for; if null all namespaces |
2076 | 2077 | |
2077 | 2078 | 'UserIsBlockedFrom': Check if a user is blocked from a specific page (for specific block |
2078 | 2079 | exemptions). |