constant COMMENT_PREVIEW_REQUIRED

Comment preview is required.

3 uses of COMMENT_PREVIEW_REQUIRED
comment_form in drupal-6.x/modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_form_alter in drupal-6.x/modules/comment/comment.module
Implementation of hook_form_alter().
comment_update_6002 in drupal-6.x/modules/comment/comment.install
Changed comment settings from global to per-node -- copy global settings to all node types.

File

drupal-6.x/modules/comment/comment.module, line 120
Enables users to comment on published content.

Code

define('COMMENT_PREVIEW_REQUIRED', 1)