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>2013-12-03 06:43:18 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-03 06:43:18 +0400
commit7672be7ca3ff0492753733967262479185d78d98 (patch)
treeeeaa640039eea75836d23bcca4ff4b71a09db7ee /core/Plugin.php
parent331bb0e7f020c31253a56a2b40a49144349880fa (diff)
refs #4244 replaced some links to hooks.
Diffstat (limited to 'core/Plugin.php')
-rw-r--r--core/Plugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Plugin.php b/core/Plugin.php
index 00db408d8c..908bdad518 100644
--- a/core/Plugin.php
+++ b/core/Plugin.php
@@ -20,7 +20,7 @@ require_once PIWIK_INCLUDE_PATH . '/core/Plugin/MetadataLoader.php';
/**
* Base class of all Plugin Descriptor classes.
*
- * Any plugin that wants to add event observers to one of Piwik's [hooks](#),
+ * Any plugin that wants to add event observers to one of Piwik's {@hook # hooks},
* or has special installation/uninstallation logic must implement this class.
* Plugins that can specify everything they need to in the _plugin.json_ files,
* such as themes, don't need to implement this class.