theme_comment_flat_expanded

Definition

theme_comment_flat_expanded($comment)
comment/comment.module, line 1794

Code

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