diff --git a/modules/node/node.module b/modules/node/node.module
index a59a5b1e4aacb4d7274c98476302c30742d12cf8..fb3756de23f1f369c23ad8e871ca3e343d59cc88 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -569,7 +569,7 @@ function node_add_body_field($type, $label = 'Body') {
       'entity_type' => 'node',
       'bundle' => $type->type,
       'label' => $label,
-      'widget_type' => 'text_textarea_with_summary',
+      'widget' => array('type' => 'text_textarea_with_summary'),
       'settings' => array('display_summary' => TRUE),
       'display' => array(
         'default' => array(