tweak hook doc; followup r103762
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 23 Nov 2011 00:56:45 +0000 (00:56 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 23 Nov 2011 00:56:45 +0000 (00:56 +0000)
docs/hooks.txt

index 175e54a..72f6576 100644 (file)
@@ -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