theme_comment_flat_expanded
- Versions
- 4.6
theme_comment_flat_expanded($comment,$threshold)- 4.7 – 5
theme_comment_flat_expanded($comment)- 6
theme_comment_flat_expanded($comment, $node)
Code
modules/comment.module, line 1575
<?php
function theme_comment_flat_expanded($comment) {
return theme('comment_view', $comment, module_invoke_all('link', 'comment', $comment, 0));
}
?>Login or register to post comments 