You are here

constant COMMENT_PREVIEW_REQUIRED in Drupal 6

Same name and namespace in other branches
  1. 4 modules/comment.module \COMMENT_PREVIEW_REQUIRED
  2. 5 modules/comment/comment.module \COMMENT_PREVIEW_REQUIRED

Comment preview is required.

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

File

modules/comment/comment.module, line 120
Enables users to comment on published content.

Code

define('COMMENT_PREVIEW_REQUIRED', 1);