constant COMMENT_CONTROLS_HIDDEN

Comment controls are hidden.

5 uses of COMMENT_CONTROLS_HIDDEN
comment_form_alter in drupal-6.x/modules/comment/comment.module
Implementation of hook_form_alter().
comment_render in drupal-6.x/modules/comment/comment.module
Renders comment(s).
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.
template_preprocess_comment_wrapper in drupal-6.x/modules/comment/comment.module
Process variables for comment-wrapper.tpl.php.
_comment_get_display_setting in drupal-6.x/modules/comment/comment.module
Return a current comment display setting

File

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

Code

define('COMMENT_CONTROLS_HIDDEN', 3)