Extension:Comments/Hooks/Comment::edit
Appearance
For more information about attaching hooks, see Manual:Hooks.
For examples of other extensions using this hook, see Category:Comment::edit extensions.
The Comment::edit hook is called after a comment has been edited, right before the Comment::edit method returns a value. The hook provides access to the Comment object ($comment), the ID of the recently modified comment ($commentId) and the ID of the page which contains the <code<comments /> tag ($pageId).