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"; }