theme_comment_flat_collapsed
- Versions
- 4.6
theme_comment_flat_collapsed($comment,$threshold)- 4.7 – 5
theme_comment_flat_collapsed($comment)- 6
theme_comment_flat_collapsed($comment, $node)
Theme comment flat collapsed view.
Parameters
$comment The comment to be themed.
$node The comment node.
Related topics
Code
modules/comment/comment.module, line 1727
<?php
function theme_comment_flat_collapsed($comment, $node) {
return theme('comment_view', $comment, $node, '', 0);
}
?>Login or register to post comments 