COMMENT_PREVIEW_OPTIONAL
Definition
modules/comment/comment.module
Description
Comment preview is optional.
Code
<?php
define('COMMENT_PREVIEW_OPTIONAL', 0);
?> modules/comment/comment.module
Comment preview is optional.
<?php
define('COMMENT_PREVIEW_OPTIONAL', 0);
?>