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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2018-01-11 02:23:40 +0300
committerGitHub <noreply@github.com>2018-01-11 02:23:40 +0300
commit07adf0ac04dfb8f35be41d9add1855b6e646f8db (patch)
tree5c3b3d0db2ef82c663d34551394a9ede03167e82 /plugins/MultiSites
parent62e3c3f89a4c8bb29f710901de7d62e6576e03cd (diff)
Show Matomo instead of Piwik in the user interface in more places (#12421)
* Replace all occurences of Piwik in english translations of Actions plugin * translation update * Replace all occurences of Piwik in english translations of API plugin * translation update * Replace all occurences of Piwik in english translations of core * replace Piwik occurrences * Rename widget piwik.org blog => matomo.org blog * fix widget name * replaced some more piwik mentions * Renamed to Matomo a few strings * Replaced more strings to Matomo in JSON files, twig templates * Replaced more strings to Matomo in INI file * Replaced more strings to Matomo in API docs, error messages, feedback forms * introduce API.getMatomoVersion and ExampleAPI.getMatomoVersion API + deprecate old ones
Diffstat (limited to 'plugins/MultiSites')
-rwxr-xr-xplugins/MultiSites/API.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/MultiSites/API.php b/plugins/MultiSites/API.php
index 8e9022f75d..6f09d1f367 100755
--- a/plugins/MultiSites/API.php
+++ b/plugins/MultiSites/API.php
@@ -24,7 +24,7 @@ use Piwik\SettingsPiwik;
use Piwik\Site;
/**
- * The MultiSites API lets you request the key metrics (visits, page views, revenue) for all Websites in Piwik.
+ * The MultiSites API lets you request the key metrics (visits, page views, revenue) for all Websites in Matomo.
* @method static \Piwik\Plugins\MultiSites\API getInstance()
*/
class API extends \Piwik\Plugin\API
@@ -160,10 +160,10 @@ class API extends \Piwik\Plugin\API
}
/**
- * Same as getAll but for a unique Piwik site
+ * Same as getAll but for a unique Matomo site
* @see Piwik\Plugins\MultiSites\API::getAll()
*
- * @param int $idSite Id of the Piwik site
+ * @param int $idSite Id of the Matomo site
* @param string $period The period type to get data for.
* @param string $date The date(s) to get data for.
* @param bool|string $segment The segments to get data for.