--- comment.module 2006-04-24 14:42:53.000000000 -0400 +++ comment.module.new 2006-04-27 10:19:00.000000000 -0400 @@ -880,6 +880,9 @@ $output .= comment_form(array('nid' => $nid), t('Post new comment')); } } + + $output = theme('comment_wrapper', $output ); + return $output; }