From af32a59aefc17d1c88dfc9a18fa2e5382da2784a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Nov 2010 21:57:26 +0300 Subject: outputHeadlinesList: do not show feed title inline in vfeeds --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 4b7e9e6ba..d60ec0ca8 100644 --- a/functions.php +++ b/functions.php @@ -5288,14 +5288,14 @@ print $labels_str; - if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) { + /* if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) { if (@$line["feed_title"]) { print " (". $line["feed_title"].") "; } - } + } */ print ""; -- cgit v1.2.3