Same name and namespace in other branches
  1. 4.6.x modules/comment.module \theme_comment()
  2. 4.7.x modules/comment.module \theme_comment()
  3. 5.x modules/comment/comment.module \theme_comment()

Implemented using the comment.tpl.php template.

See also

comment.tpl.php

Related topics

1 theme call to theme_comment()
theme_comment_view in modules/comment/comment.module
Themes a single comment and related items.

File

developer/theme.php, line 136
Shadow theme functions for theme templates.

Code

function theme_comment() {

  // This function is never used; see the corresponding template file instead.
}