comment_form_box($edit, $title = NULL)comment/comment.module, line 1577
<?php function comment_form_box($edit, $title = NULL) { return theme('box', $title, drupal_get_form('comment_form', $edit, $title)); } ?>