What I'm thinking is below comment body and just above links... just looks better there I think, especially in Advc Forum.

CommentFileSizeAuthor
#2 example.gif12.75 KBaharown07
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

snufkin’s picture

Hmm theoretically that should be a case, the code responsible for this is

$comment->comment .= theme('comment_edited_message', $last_edited);

where $comment->comment is the comment body only. Could you show me an example of what you mean?

aharown07’s picture

FileSize
12.75 KB
snufkin’s picture

Version: 6.x-1.1 » 6.x-1.x-dev
Status: Active » Fixed

Feature added http://drupal.org/cvs?commit=185576.

If the template option is chosen then the output is added into $comment->comment_edited, as an array of unthemed messages. The theme functions are now also unified, so you can use that in your preprocess to format this array.

snufkin’s picture

Per Michelle's suggestion the output is now themed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.