theme_comment_flat_expanded

Versions
4.6
theme_comment_flat_expanded($comment, $threshold)
4.7 – 5
theme_comment_flat_expanded($comment)
6
theme_comment_flat_expanded($comment, $node)

Theme comment flat expanded view.

Parameters

$comment The comment to be themed.

$node The comment node.

Related topics

Code

modules/comment/comment.module, line 1740

<?php
function theme_comment_flat_expanded($comment, $node) {
  return theme('comment_view', $comment, $node, module_invoke_all('link', 'comment', $comment, 0));
}
?>
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.