diff options
Diffstat (limited to 'docs/hooks.txt')
-rw-r--r-- | docs/hooks.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/hooks.txt b/docs/hooks.txt index 53382f4d673e..ebc412b65591 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2208,7 +2208,9 @@ $sp: SpecialPage object, for context &$fields: Current HTMLForm fields 'SpecialContributionsBeforeMainOutput': Before the form on Special:Contributions -$id: User identifier +$id: User id number, only provided for backwards-compatability +$user: User object representing user contributions are being fetched for +$sp: SpecialPage instance, providing context 'SpecialListusersDefaultQuery': Called right before the end of UsersPager::getDefaultQuery(). |