From fa78b0a3d436cae9ab00e5c1aed5173b9e77cbbd Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 23 Nov 2011 00:56:45 +0000 Subject: [PATCH] tweak hook doc; followup r103762 --- docs/hooks.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index 175e54a1e9..72f65765cf 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2161,10 +2161,10 @@ $user: User object &$timestamp: new timestamp, change this to override local email authentification timestamp -'UserToolLinksEdit': Called when generating a list user tool links +'UserToolLinksEdit': Called when generating a list of user tool links, eg "Foobar (Talk | Contribs | Block)" $userId: User id of the current user $userText: User name of the current user -&$items: Array of user tool links +&$items: Array of user tool links as HTML fragments 'WantedPages::getQueryInfo': called in WantedPagesPage::getQueryInfo(), can be used to alter the SQL query which gets the list of wanted pages -- 2.20.1