diff options
Diffstat (limited to 'modules/node/node.module')
-rw-r--r-- | modules/node/node.module | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 9cddfde7d..6129ed46f 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -2908,9 +2908,7 @@ function node_content_form($node, $form_state) { ); } - if ($type->has_body) { - $form['body_field'] = node_body_field($node, $type->body_label, $type->min_word_count); - } + $form['body_field'] = node_body_field($node, $type->body_label, $type->min_word_count); return $form; } |