COMMENT_ANONYMOUS_MUST_CONTACT
Definition
modules/comment/comment.module
Description
Anonymous posters are required to leave their contact information.
Code
<?php
define('COMMENT_ANONYMOUS_MUST_CONTACT', 2);
?> modules/comment/comment.module
Anonymous posters are required to leave their contact information.
<?php
define('COMMENT_ANONYMOUS_MUST_CONTACT', 2);
?>