summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-29 04:53:32 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-29 04:53:32 +0000
commit14779b97e1a051b68e2977ba6f48932e54da7b25 (patch)
tree0d79c0a340a92e5d7f2d3587ec59d1dc7171e4dc /includes/theme.inc
parent1a685474e698ce3e90dbae87f6a1f83966d9ef63 (diff)
downloadbrdo-14779b97e1a051b68e2977ba6f48932e54da7b25.tar.gz
brdo-14779b97e1a051b68e2977ba6f48932e54da7b25.tar.bz2
#917730 by rfay, David_Rothstein: Fixed various RSS feed links (with tests).
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 4d8e054d7..f3ace1368 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -1866,7 +1866,8 @@ function theme_more_help_link($variables) {
*
* @param $variables
* An associative array containing:
- * - url: The url of the feed.
+ * - url: An internal system path or a fully qualified external URL of the
+ * feed.
* - title: A descriptive title of the feed.
*/
function theme_feed_icon($variables) {