diff options
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 49c94c498..664d2aca8 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -298,6 +298,7 @@ function _comment_body_field_instance_create($info) { 'object_type' => 'comment', 'bundle' => 'comment_node_' . $info->type, 'settings' => array('text_processing' => 1), + 'required' => TRUE, // Hides field label by default. 'display' => array( 'full' => array( |