function theme_comment_folded

6.x theme.php theme_comment_folded()

Implemented using the comment-folded.tpl.php template.

See also

comment-folded.tpl.php

Related topics

1 theme call to theme_comment_folded()
theme_comment_view in drupal-6.x/modules/comment/comment.module
Themes a single comment and related items.

File

documentation-6.x/developer/theme.php, line 118
Shadow theme functions for theme templates.

Code

function theme_comment_folded() {
  // This function is never used; see the corresponding template file instead.
}