| 5 comment.module | theme_comment_wrapper( |
| 6 theme.php | theme_comment_wrapper() |
| 7 theme.php | theme_comment_wrapper($variables) |
| 8 theme.php | theme_comment_wrapper($variables) |
Implemented using the comment-wrapper.tpl.php template.
See also
Related topics
File
- developer/
theme.php, line 126 - Shadow theme functions for theme templates.
Code
function theme_comment_wrapper($variables) {
// This function is never used; see the corresponding template file instead.
}
Login or register to post comments