theme_comment_thread_collapsed
Definition
theme_comment_thread_collapsed($comment)
modules/comment/comment.module, line 1798
Code
<?php
function theme_comment_thread_collapsed($comment) {
$output .= theme('comment_view', $comment, '', 0);
return $output;
}
?> 