function theme_fivestar_comment_view in Fivestar 6
Same name and namespace in other branches
- 5 fivestar_comment.module \theme_fivestar_comment_view()
- 6.2 fivestar_comment.module \theme_fivestar_comment_view()
1 theme call to theme_fivestar_comment_view()
- fivestar_comment in ./
fivestar_comment.module - Implementation of hook_comment().
File
- ./
fivestar_comment.module, line 201
Code
function theme_fivestar_comment_view($comment, $fivestar) {
return $fivestar . $comment;
}