Index: includes/features.node.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/features/includes/features.node.inc,v retrieving revision 1.1.2.17.2.1 diff -u -p -r1.1.2.17.2.1 features.node.inc --- includes/features.node.inc 7 May 2010 17:11:11 -0000 1.1.2.17.2.1 +++ includes/features.node.inc 23 Jun 2010 22:19:28 -0000 @@ -65,7 +65,7 @@ function node_features_export($data, &$e foreach ($fields as $name => $field) { $pipe['field'][] = "{$field['bundle']}-{$field['field_name']}"; } - + } } @@ -83,8 +83,6 @@ function node_features_export_render($mo 'description' => TRUE, 'has_title' => FALSE, 'title_label' => TRUE, - 'has_body' => FALSE, - 'body_label' => TRUE, 'help' => TRUE, ); $output = array(); Index: tests/features_test.features.node.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/features/tests/Attic/features_test.features.node.inc,v retrieving revision 1.1.2.1 diff -u -p -r1.1.2.1 features_test.features.node.inc --- tests/features_test.features.node.inc 21 Dec 2009 22:28:33 -0000 1.1.2.1 +++ tests/features_test.features.node.inc 23 Jun 2010 22:19:28 -0000 @@ -11,8 +11,6 @@ function _features_test_node_info() { 'description' => t('Content type provided for Features tests.'), 'has_title' => '1', 'title_label' => t('Title'), - 'has_body' => '1', - 'body_label' => t('Body'), 'min_word_count' => '0', 'help' => '', ),