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