From f412e5ad48ad6d4341f2746e52f289e0a51ab190 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Nov 2010 12:37:52 +0300 Subject: make postIcon link to originating website --- functions.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index da10098ec..61be7fa66 100644 --- a/functions.php +++ b/functions.php @@ -4160,7 +4160,7 @@ if ($feed_site_url) { $target = "target=\"_blank\""; - print "". + print "". truncate_string($feed_title,30).""; } else { if ($feed_id < -10) { @@ -4924,7 +4924,10 @@ print ""; - print "
" . $feed_icon . "
"; + print "
" . + "". + $feed_icon . "
"; print "
"; -- cgit v1.2.3