| Versions | |
|---|---|
| 4.7 – 5 | theme_comment_flat_expanded($comment) |
| 6 | theme_comment_flat_expanded($comment, $node) |
modules/
<?php
function theme_comment_flat_expanded($comment) {
return theme('comment_view', $comment, module_invoke_all('link', 'comment', $comment, 0));
}
?>