From 1eea0b5496d2e13afc0b66d58add5fac9956cc7b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 21 Sep 2009 07:59:18 +0000 Subject: - Patch #500038 by Shai, sreynen | webchick: changed default for RSS output from 'teaser only' to 'full node'. --- modules/system/system.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.admin.inc') diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 74dbd47a8..a3a230df9 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -1576,7 +1576,7 @@ function system_rss_feeds_settings() { $form['feed_item_length'] = array( '#type' => 'select', '#title' => t('Feed content'), - '#default_value' => 'teaser', + '#default_value' => 'fulltext', '#options' => array('title' => t('Titles only'), 'teaser' => t('Titles plus teaser'), 'fulltext' => t('Full text')), '#description' => t('Global setting for the default display of content items in each feed.') ); -- cgit v1.2.3