Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -2161,10 +2161,10 @@ |
2162 | 2162 | &$timestamp: new timestamp, change this to override local email |
2163 | 2163 | authentification timestamp |
2164 | 2164 | |
2165 | | -'UserToolLinksEdit': Called when generating a list user tool links |
| 2165 | +'UserToolLinksEdit': Called when generating a list of user tool links, eg "Foobar (Talk | Contribs | Block)" |
2166 | 2166 | $userId: User id of the current user |
2167 | 2167 | $userText: User name of the current user |
2168 | | -&$items: Array of user tool links |
| 2168 | +&$items: Array of user tool links as HTML fragments |
2169 | 2169 | |
2170 | 2170 | 'WantedPages::getQueryInfo': called in WantedPagesPage::getQueryInfo(), can be |
2171 | 2171 | used to alter the SQL query which gets the list of wanted pages |