summaryrefslogtreecommitdiff
path: root/modules/node/node.api.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-28 07:34:30 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-28 07:34:30 +0000
commitf16eccbe9d0199385e0334b1692d6a1ec7225917 (patch)
treed59bf23172fe91c2f7017c39250a5b611d6279c1 /modules/node/node.api.php
parent8fa274af765bb74a520fdb4211321ee489d9fec1 (diff)
downloadbrdo-f16eccbe9d0199385e0334b1692d6a1ec7225917.tar.gz
brdo-f16eccbe9d0199385e0334b1692d6a1ec7225917.tar.bz2
#365183 by Eaton: Fix for node_feed() silently discards ->content (with tests).
Diffstat (limited to 'modules/node/node.api.php')
-rw-r--r--modules/node/node.api.php6
1 files changed, 3 insertions, 3 deletions
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.