summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index adb71be23..dc894568f 100644
--- a/functions.php
+++ b/functions.php
@@ -702,7 +702,7 @@
if ($last_error) {
$link_title = "Error: $last_error ($last_updated)";
- } else {
+ } else if ($last_updated) {
$link_title = "Updated: $last_updated";
}