From ad780e9ce960c8d2a98350b5f68986a4d07a6a88 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 Mar 2006 07:15:59 +0100 Subject: [PATCH] cosmetic fix for previous patch (#55) --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index adb71be2..dc894568 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"; } -- 2.39.2