Issue #1196310 by barbi, JamesK: Fixed node_feed() doc does not conform to standards.

8.0.x
webchick 2011-07-10 11:20:51 -07:00
parent d5de304736
commit c2f35f0740
1 changed files with 4 additions and 1 deletions

View File

@ -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