function theme_comment_wrapper

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

See also

comment-wrapper.tpl.php

Related topics

1 theme call to theme_comment_wrapper()
comment_render in drupal-6.x/modules/comment/comment.module
Renders comment(s).

Archivo

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

Código

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