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:
authordiosmosis <benaka@piwik.pro>2014-11-27 07:01:59 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-27 07:01:59 +0300
commit1e9e585610d8e50708d971978a579839fe305fed (patch)
tree580b420b209554b4de1ef69432f2f77b39812d5d /plugins/Actions/API.php
parenteeb7e8d5a28968e72b9e9e74b7e09535e5aaa818 (diff)
parent935c3597ab0c4b1288f5ba82af634b342a75daaa (diff)
Merge branch 'master' into processed_metrics_metadata
Conflicts: plugins/Actions/Reports/GetSiteSearchKeywords.php tests/PHPUnit/System/expected/test_ArchiveCronTest_archive_php_cron_output.txt
Diffstat (limited to 'plugins/Actions/API.php')
-rw-r--r--plugins/Actions/API.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Actions/API.php b/plugins/Actions/API.php
index 2dd7d9a4df..37a3815394 100644
--- a/plugins/Actions/API.php
+++ b/plugins/Actions/API.php
@@ -30,7 +30,7 @@ use Piwik\Tracker\PageUrl;
* The Actions API lets you request reports for all your Visitor Actions: Page URLs, Page titles (Piwik Events),
* File Downloads and Clicks on external websites.
*
- * For example, "getPageTitles" will return all your page titles along with standard <a href='http://piwik.org/docs/analytics-api/reference/#toc-metric-definitions' target='_blank'>Actions metrics</a> for each row.
+ * For example, "getPageTitles" will return all your page titles along with standard <a href='http://piwik.org/docs/analytics-api/reference/#toc-metric-definitions' rel='noreferrer' target='_blank'>Actions metrics</a> for each row.
*
* It is also possible to request data for a specific Page Title with "getPageTitle"
* and setting the parameter pageName to the page title you wish to request.
@@ -512,4 +512,4 @@ class API extends \Piwik\Plugin\API
$table->setMetadata(DataTable::EXTRA_PROCESSED_METRICS_METADATA_NAME, $extraProcessedMetrics);
});
}
-} \ No newline at end of file
+}