| 5 comment.module | theme_comment_flat_expanded($comment) |
| 6 comment.module | theme_comment_flat_expanded($comment, $node) |
1 theme call to theme_comment_flat_expanded()
File
- modules/
comment/ comment.module, line 1794 - 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));
}
Login or register to post comments