theme_comment_thread_collapsed

Versions
4.7 – 5
theme_comment_thread_collapsed($comment)
6
theme_comment_thread_collapsed($comment, $node)

Code

modules/comment/comment.module, line 1798

<?php
function theme_comment_thread_collapsed($comment) {
  $output .= theme('comment_view', $comment, '', 0);
  return $output;
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.