Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -251,6 +251,11 @@ |
252 | 252 | 'AddNewAccount': after a user account is created |
253 | 253 | $user: the User object that was created. (Parameter added in 1.7) |
254 | 254 | |
| 255 | +'AlternateEdit': before checking if an user can edit a page and |
| 256 | +before showing the edit form ( EditPage::edit() ). This is triggered |
| 257 | +on &action=edit. |
| 258 | +$EditPage : the EditPage object |
| 259 | + |
255 | 260 | 'ArticleDelete': before an article is deleted |
256 | 261 | $article: the article (object) being deleted |
257 | 262 | $user: the user (object) deleting the article |