diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-27 19:47:06 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-27 19:47:06 +0000 |
commit | ba7399847faad5edc216d600ba6203011389081e (patch) | |
tree | 926987f64973963732b856386b41f73b32f81641 | |
parent | aa512439c89c852146923a3b0ce8f72b28becbca (diff) | |
download | brdo-ba7399847faad5edc216d600ba6203011389081e.tar.gz brdo-ba7399847faad5edc216d600ba6203011389081e.tar.bz2 |
#172571 by fgm, slightly modified: document that theme_xml_icon() was superceded in most cases by theme_feed_icon()
-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'))) { |