From f16eccbe9d0199385e0334b1692d6a1ec7225917 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 28 Jan 2009 07:34:30 +0000 Subject: #365183 by Eaton: Fix for node_feed() silently discards ->content (with tests). --- modules/node/node.api.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/node/node.api.php') diff --git a/modules/node/node.api.php b/modules/node/node.api.php index 8b8343d2e..03b5fb6df 100644 --- a/modules/node/node.api.php +++ b/modules/node/node.api.php @@ -281,9 +281,9 @@ function hook_nodeapi_prepare_translation($node) { * An RSS feed is being generated. * * The module can return properties to be added to the RSS item generated for - * this node. See comment_nodeapi_rss_item() and upload_nodeapi_rss_item() for - * examples. The $node passed can also be modified to add or remove contents to - * the feed item. + * this node. This hook should only be used to add XML elements to the RSS + * feed item itself. See comment_nodeapi_rss_item() and upload_nodeapi_rss_item() + * for examples. * * @param $node * The node the action is being performed on. -- cgit v1.2.3