function _advanced_forum_comment_wrapper in Advanced Forum 6.2
Wrap forum comments a little differently to make it easier.
1 call to _advanced_forum_comment_wrapper()
- advanced_forum_comment_wrapper in includes/
style.inc  - Allow themable wrapping of all comments.
 
File
- includes/
style.inc, line 370  - Functions relating to the style system, not including core hooks and preprocess / theme functions.
 
Code
function _advanced_forum_comment_wrapper($content, $node) {
  return '<div id="comments" class="forum-comment-wrapper">' . $content . '</div>';
}