diff --git a/functions.php b/functions.php index d9ae31ab7..8a8601761 100644 --- a/functions.php +++ b/functions.php @@ -3255,7 +3255,8 @@ if (!$bottom) { $target = "target=\"_new\""; } - print "$feed_title"; + print "". + truncate_string($feed_title,30).""; } else { print $feed_title; } @@ -4131,7 +4132,7 @@ print "$content_link"; print " ". - $line["feed_title"]." "; + truncate_string($line["feed_title"],30)." "; } else { print "";