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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-14 18:57:40 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-14 18:57:40 +0300
commit47a2ecd21a3d7a352a6c65c2334b6fd8a4296f5a (patch)
tree90a9f51b80a64e3b52e50f158270d4c979d8b383 /plugins/ExampleAPI
parent778c09540f19812342f274b0632846d596468bc4 (diff)
Plugins page: use redirectToUrl on external links
Diffstat (limited to 'plugins/ExampleAPI')
-rw-r--r--plugins/ExampleAPI/ExampleAPI.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ExampleAPI/ExampleAPI.php b/plugins/ExampleAPI/ExampleAPI.php
index 0b04ea68ad..68aa95af2f 100644
--- a/plugins/ExampleAPI/ExampleAPI.php
+++ b/plugins/ExampleAPI/ExampleAPI.php
@@ -25,7 +25,8 @@ class Piwik_ExampleAPI extends Piwik_Plugin
{
return array(
'name' => 'Example API',
- 'description' => 'Example Plugin: How to create an API for your plugin, to export your data in multiple formats without any special coding? Visit the <a href="index.php?module=API&action=listAllAPI#ExampleAPI">ExampleAPI example methods</a>.',
+ 'description' => 'Example Plugin: How to create an API for your plugin, to export your data in multiple formats without any special coding?',
+ 'homepage' => 'index.php?module=API&action=listAllAPI#ExampleAPI',
'author' => 'Piwik',
'author_homepage' => 'http://piwik.org/',
'version' => '0.1',