You are here

constant COMMENT_FORM_BELOW in Drupal 6

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

Comment form should be shown below post or list of comments.

1 use of COMMENT_FORM_BELOW
comment_render in modules/comment/comment.module
Renders comment(s).

File

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

Code

define('COMMENT_FORM_BELOW', 1);