Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1343,8 +1343,8 @@ |
1344 | 1344 | |
1345 | 1345 | 'SetupAfterCache': Called in Setup.php, after cache objects are set |
1346 | 1346 | |
1347 | | -‘SetupUserMessageArticle': Called in User::leaveUserMessage() after |
1348 | | -before anything has been posted to the article. |
| 1347 | +‘SetupUserMessageArticle': Called in User::leaveUserMessage() before |
| 1348 | +anything has been posted to the article. |
1349 | 1349 | $user: The user who we left the message for. |
1350 | 1350 | &$article: The article that will be posted to. |
1351 | 1351 | $subject: The subject of the message |