| 5 comment.module | theme_comment( |
| 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
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