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