diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/node/node.module | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 773e97ee5..9a216d2b3 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -549,10 +549,7 @@ function node_configure_fields($type) { 'widget_type' => 'text_textarea_with_summary', 'settings' => array('display_summary' => TRUE), - // With no UI in core, we have to define default - // formatters for the teaser and full view. - // This may change if the method of handling displays - // is changed or if a UI gets into core. + // Define default formatters for the teaser and full view. 'display' => array( 'full' => array( 'label' => 'hidden', |