diff options
-rw-r--r-- | includes/theme.inc | 6 |
1 files changed, 6 insertions, 0 deletions
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'))) { |