r103994 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103993‎ | r103994 | r103995 >
Date:00:56, 23 November 2011
Author:brion
Status:ok
Tags:
Comment:
tweak hook doc; followup r103762
Modified paths:
  • /trunk/phase3/docs/hooks.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/hooks.txt
@@ -2161,10 +2161,10 @@
21622162 &$timestamp: new timestamp, change this to override local email
21632163 authentification timestamp
21642164
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)"
21662166 $userId: User id of the current user
21672167 $userText: User name of the current user
2168 -&$items: Array of user tool links
 2168+&$items: Array of user tool links as HTML fragments
21692169
21702170 'WantedPages::getQueryInfo': called in WantedPagesPage::getQueryInfo(), can be
21712171 used to alter the SQL query which gets the list of wanted pages

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103762* (bug 24765) User tool links edit hook...reedy15:16, 20 November 2011

Status & tagging log