From 0f7be2573e539cb1a446cb90b9da8a9f2d59b17c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 7 Mar 2005 21:52:57 +0000 Subject: - Bumped the RSS version from 0.92 to 2.0 --- modules/node.module | 2 +- modules/node/node.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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', ''), diff --git a/modules/node/node.module b/modules/node/node.module index ab2b4c876..676543c4c 100644 --- a/modules/node/node.module +++ b/modules/node/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', ''), -- cgit v1.2.3