summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2012-12-27 12:29:52 -0500
committerDavid Rothstein <drothstein@gmail.com>2012-12-27 12:29:52 -0500
commit8ec1f078f9c956a5887c8d19be9cf4f50320d84d (patch)
tree789fe9fcc88858cef380dc73d35112da8de49aa9 /modules/node/node.module
parent5c9c9a689baf2573aa3bb68c7b9ee471cce753a0 (diff)
downloadbrdo-8ec1f078f9c956a5887c8d19be9cf4f50320d84d.tar.gz
brdo-8ec1f078f9c956a5887c8d19be9cf4f50320d84d.tar.bz2
Issue #1864360 by oadaeh: Fixed Clean up some inconsistencies with @link...@endlink.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 4ab02614c..04911de5b 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -2546,7 +2546,8 @@ function node_block_list_alter(&$blocks) {
* @param $channel
* An associative array containing title, link, description and other keys,
* to be parsed by format_rss_channel() and format_xml_elements().
- * A list of channel elements can be found at the @link http://cyber.law.harvard.edu/rss/rss.html RSS 2.0 Specification. @endlink
+ * A list of channel elements can be found at the
+ * @link http://cyber.law.harvard.edu/rss/rss.html RSS 2.0 Specification. @endlink
* The link should be an absolute URL.
*/
function node_feed($nids = FALSE, $channel = array()) {