diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-09-23 10:41:55 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-09-23 10:41:55 +0000 |
commit | 0622dfe9f18fd2eb0b6c63f503dc28e67c757d62 (patch) | |
tree | 97a3ff65b4ae45f086940ccf267f2d97d5cca5b4 | |
parent | 5679074858186e09defac5c303e41512b98d0722 (diff) | |
download | brdo-0622dfe9f18fd2eb0b6c63f503dc28e67c757d62.tar.gz brdo-0622dfe9f18fd2eb0b6c63f503dc28e67c757d62.tar.bz2 |
- Patch #572778 by Amitaibu: removed outdated comment.
-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', |