comment_form_build_preview

Versions
7
comment_form_build_preview($form, &$form_state)

Build a preview from submitted form values.

Code

modules/comment/comment.module, line 1869

<?php
function comment_form_build_preview($form, &$form_state) {
  $comment = comment_form_submit_build_comment($form, $form_state);
  $form_state['comment_preview'] = comment_preview($comment);
}
?>
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.