Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/UrlHelper.php')
-rw-r--r--core/UrlHelper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/UrlHelper.php b/core/UrlHelper.php
index 4adaca1558..dbdb04dfd2 100644
--- a/core/UrlHelper.php
+++ b/core/UrlHelper.php
@@ -92,7 +92,7 @@ class UrlHelper
}
/**
- * Returns true if the string passed may be a URL.
+ * Returns true if the string passed may be a URL ie. it starts with protocol://.
* We don't need a precise test here because the value comes from the website
* tracked source code and the URLs may look very strange.
*