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:
authorThomas Steur <thomas.steur@gmail.com>2016-04-11 14:29:50 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-04-11 14:29:50 +0300
commit6028cac0ff0ecdefad505478fe54f770e90b60c3 (patch)
treebfd5d3a1cf91cd2a09a88a81fafbd4de956fa52c /plugins/SitesManager/API.php
parentd1683a2641a92d02057dfbe6c3c403138e36711c (diff)
parent120a7f7d54a05e85f2a8b47f7a6fd6a85464139b (diff)
Merge branch 'master' into 3.x-dev
Conflicts: core/Version.php tests/UI/expected-ui-screenshots tests/lib/screenshot-testing/support/chai-extras.js
Diffstat (limited to 'plugins/SitesManager/API.php')
-rw-r--r--plugins/SitesManager/API.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index 70711c2f0b..aa0cadb5df 100644
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -718,7 +718,9 @@ class API extends \Piwik\Plugin\API
}
/**
- * Delete a website from the database, given its Id.
+ * Delete a website from the database, given its Id. The method deletes the actual site as well as some associated
+ * data. However, it does not delete any logs or archives that belong to this website. You can delete logs and
+ * archives for a site manually as described in this FAQ: http://piwik.org/faq/how-to/faq_73/ .
*
* Requires Super User access.
*