summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-27 19:47:06 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-27 19:47:06 +0000
commitba7399847faad5edc216d600ba6203011389081e (patch)
tree926987f64973963732b856386b41f73b32f81641
parentaa512439c89c852146923a3b0ce8f72b28becbca (diff)
downloadbrdo-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.inc6
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'))) {