diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-07-10 11:21:03 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-07-10 11:21:03 -0700 |
commit | f4160148ca79b627be199a81d6357bcabd197d27 (patch) | |
tree | d4974d22471ed775619d70ec81ff936b9642d4f2 /modules/node | |
parent | c628ea8ddef1f3da46b48baf76097eca395b4608 (diff) | |
download | brdo-f4160148ca79b627be199a81d6357bcabd197d27.tar.gz brdo-f4160148ca79b627be199a81d6357bcabd197d27.tar.bz2 |
Issue #1196310 by barbi, JamesK: Fixed node_feed() doc does not conform to standards.
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.module | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index aa4c1fb6f..23cef1eef 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -2417,7 +2417,10 @@ function node_block_list_alter(&$blocks) { } /** - * A generic function for generating RSS feeds from a set of nodes. + * Generates and prints an RSS feed. + * + * Generates an RSS feed from an array of node IDs, and prints it with an HTTP + * header, with Content Type set to RSS/XML. * * @param $nids * An array of node IDs (nid). Defaults to FALSE so empty feeds can be |