comment_form_box

Versions
5 – 6
comment_form_box($edit, $title = NULL)

▾ 3 functions call comment_form_box()

comment_edit in modules/comment/comment.module
comment_render in modules/comment/comment.module
Renders comment(s).
comment_reply in modules/comment/comment.module
This function is responsible for generating a comment reply form. There are several cases that have to be handled, including:

Code

modules/comment/comment.module, line 1577

<?php
function comment_form_box($edit, $title = NULL) {
  return theme('box', $title, drupal_get_form('comment_form', $edit, $title));
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.