You are here

function theme_comment_flat_expanded in Drupal 4

Same name and namespace in other branches
  1. 5 modules/comment/comment.module \theme_comment_flat_expanded()
  2. 6 modules/comment/comment.module \theme_comment_flat_expanded()
1 theme call to theme_comment_flat_expanded()
comment_render in modules/comment.module

File

modules/comment.module, line 1575
Enables users to comment on published content.

Code

function theme_comment_flat_expanded($comment) {
  return theme('comment_view', $comment, module_invoke_all('link', 'comment', $comment, 0));
}