Comment edited
Component type
Downloads
Component created
Component changed
This module displays a customizable message at the bottom of a comment when it has been edited. The message by default is wrapped into a div, but it can be overridden by implementing the theme function theme_comment_edited()
in your theme. Also there is a configuration option which forces the module to print this message into the $comment->comment_edited
variable instead of the $comment->comment
, so you have more freedom in where to place the message.