summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-05-31 12:14:04 +0000
committerDries Buytaert <dries@buytaert.net>2007-05-31 12:14:04 +0000
commit41542ef0535fa22201421baec2fcb3c1bcaa10b9 (patch)
treee00226906c534e09e49aec202fa7be89d8a07dad /modules/node
parent24038816f3b43273a1790fb9734b9c864649a21b (diff)
downloadbrdo-41542ef0535fa22201421baec2fcb3c1bcaa10b9.tar.gz
brdo-41542ef0535fa22201421baec2fcb3c1bcaa10b9.tar.bz2
- Patch #101268 by webernet et al: improve the usability of feed icons.
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 8e57856af..37561629e 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1836,7 +1836,7 @@ function node_block($op = 'list', $delta = 0) {
}
else if ($op == 'view') {
$block['subject'] = t('Syndicate');
- $block['content'] = theme('feed_icon', url('rss.xml'));
+ $block['content'] = theme('feed_icon', url('rss.xml'), t('Syndicate'));
return $block;
}