You are here

function theme_fivestar_comment_view in Fivestar 5

Same name and namespace in other branches
  1. 6.2 fivestar_comment.module \theme_fivestar_comment_view()
  2. 6 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 191

Code

function theme_fivestar_comment_view($comment, $fivestar) {
  return $fivestar . $comment;
}