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 'plugins/SEO/API.php')
-rw-r--r--plugins/SEO/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SEO/API.php b/plugins/SEO/API.php
index fdadbf518f..574b014454 100644
--- a/plugins/SEO/API.php
+++ b/plugins/SEO/API.php
@@ -23,7 +23,7 @@ require_once PIWIK_INCLUDE_PATH . '/plugins/Referrers/functions.php';
/**
* The SEO API lets you access a list of SEO metrics for the specified URL: Google PageRank, Google/Bing indexed pages
- * Alexa Rank, age of the Domain name and count of DMOZ entries.
+ * Alexa Rank and age of the Domain name.
*
* @method static API getInstance()
*/