summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 3c27f448b..bed8f23f1 100644
--- a/functions.php
+++ b/functions.php
@@ -4195,7 +4195,7 @@
if (!$bottom) {
$target = "target=\"_blank\"";
}
- print "<a $target href=\"$feed_site_url\">".
+ print "<a title=\"".__("Visit the website")."\"$target href=\"$feed_site_url\">".
truncate_string($feed_title,30)."</a>";
} else {
if ($feed_id < -10) {