From d04ac399ff284e9747e3fb55e87d05e0a5b8d85f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 21 Sep 2020 20:37:29 +0300 Subject: [PATCH] clarify some URL validation-related error messages --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index c6344f778..f3379f441 100644 --- a/include/functions.php +++ b/include/functions.php @@ -243,7 +243,7 @@ $url = validate_url($url, true); if (!$url) { - $fetch_last_error = "Requested URL failed to validate."; + $fetch_last_error = "Requested URL failed extended validation."; return false; }