theme_comment_flat_expanded

  1. drupal
    1. 4.7
    2. 5 comment.module
    3. 6 comment.module
Versions
4.7 – 5 theme_comment_flat_expanded($comment)
6 theme_comment_flat_expanded($comment, $node)

Code

modules/comment.module, line 1576

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