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