summaryrefslogtreecommitdiff
path: root/modules/node.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-03-07 21:52:57 +0000
committerDries Buytaert <dries@buytaert.net>2005-03-07 21:52:57 +0000
commit0f7be2573e539cb1a446cb90b9da8a9f2d59b17c (patch)
tree5e2033ee052e5c49219331e7dd7dcc0d4310f321 /modules/node.module
parent000c10eb795802d2baa920dce5e00a339fe575ab (diff)
downloadbrdo-0f7be2573e539cb1a446cb90b9da8a9f2d59b17c.tar.gz
brdo-0f7be2573e539cb1a446cb90b9da8a9f2d59b17c.tar.bz2
- Bumped the RSS version from 0.92 to 2.0
Diffstat (limited to 'modules/node.module')
-rw-r--r--modules/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node.module b/modules/node.module
index ab2b4c876..676543c4c 100644
--- a/modules/node.module
+++ b/modules/node.module
@@ -1165,7 +1165,7 @@ function node_feed($nodes = 0, $channel = array()) {
}
$channel_defaults = array(
- 'version' => '0.92',
+ 'version' => '2.0',
'title' => variable_get('site_name', 'drupal') .' - '. variable_get('site_slogan', ''),
'link' => $base_url,
'description' => variable_get('site_mission', ''),