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