You are here

function signature_forum_comment_update in Signatures for Forums 7

Implementation of hook_comment_update().

File

./signature_forum.module, line 943
Tweaks signatures in ways inspired by other traditional forum software:

Code

function signature_forum_comment_update($comment) {
  _signature_forum_object_update('comment', $comment);
}