From ba7399847faad5edc216d600ba6203011389081e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 27 Jan 2008 19:47:06 +0000 Subject: #172571 by fgm, slightly modified: document that theme_xml_icon() was superceded in most cases by theme_feed_icon() --- includes/theme.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index bf7b42f6e..8104aaeb7 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1454,6 +1454,12 @@ function theme_more_help_link($url) { /** * Return code that emits an XML icon. + * + * For most use cases, this function has been superseded by theme_feed_icon(). + * + * @see theme_feed_icon() + * @param $url + * The url of the feed. */ function theme_xml_icon($url) { if ($image = theme('image', 'misc/xml.png', t('XML feed'), t('XML feed'))) { -- cgit v1.2.3