theme_comment_thread_collapsed
modules/comment/comment.module, строка 1798
- Версии
- 5
theme_comment_thread_collapsed($comment)
- 6
theme_comment_thread_collapsed($comment, $node)
Код
<?php
function theme_comment_thread_collapsed($comment) {
$output .= theme('comment_view', $comment, '', 0);
return $output;
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии