theme_comment

5 comment.module theme_comment($comment, $links = array())
6 theme.php theme_comment()
7 theme.php theme_comment($variables)
8 theme.php theme_comment($variables)

Implemented using the comment.tpl.php template.

See also

comment.tpl.php

Related topics

File

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

Code

function theme_comment($variables) {
  // This function is never used; see the corresponding template file instead.
}
Login or register to post comments