Chris@0: /** Chris@0: * Implements hook_comment_view(). Chris@0: */ Chris@0: function {{ machine_name }}_comment_view($comment, $view_mode, $langcode) { Chris@0: // how old is the comment Chris@0: $comment->time_ago = time() - $comment->changed; Chris@0: }