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
path: root/core/Menu
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/Menu
parent331bb0e7f020c31253a56a2b40a49144349880fa (diff)
refs #4244 replaced some links to hooks.
Diffstat (limited to 'core/Menu')
-rw-r--r--core/Menu/MenuAdmin.php2
-rw-r--r--core/Menu/MenuMain.php2
-rw-r--r--core/Menu/MenuTop.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/core/Menu/MenuAdmin.php b/core/Menu/MenuAdmin.php
index 5338c786a3..6898af5944 100644
--- a/core/Menu/MenuAdmin.php
+++ b/core/Menu/MenuAdmin.php
@@ -14,7 +14,7 @@ use Piwik\Piwik;
/**
* Contains menu entries for the Admin menu. Plugins can subscribe to the
- * [Menu.Admin.addItems](#) event to add new pages to the admin menu.
+ * {@hook Menu.Admin.addItems} event to add new pages to the admin menu.
*
* **Example**
*
diff --git a/core/Menu/MenuMain.php b/core/Menu/MenuMain.php
index e3f5c3ba3b..01e669476c 100644
--- a/core/Menu/MenuMain.php
+++ b/core/Menu/MenuMain.php
@@ -13,7 +13,7 @@ use Piwik\Piwik;
/**
* Contains menu entries for the Main menu (the menu displayed under the Piwik logo).
- * Plugins can subscribe to the [Menu.Reporting.addItems](#) event to add new pages to
+ * Plugins can subscribe to the {@hook Menu.Reporting.addItems} event to add new pages to
* the main menu.
*
* **Example**
diff --git a/core/Menu/MenuTop.php b/core/Menu/MenuTop.php
index 7333f79924..8e2caba4a5 100644
--- a/core/Menu/MenuTop.php
+++ b/core/Menu/MenuTop.php
@@ -14,7 +14,7 @@ use Piwik\Piwik;
/**
* Contains menu entries for the Top menu (the menu at the very top of the page).
- * Plugins can subscribe to the [Menu.Top.addItems](#) event to add new pages to
+ * Plugins can subscribe to the {@hook Menu.Top.addItems} event to add new pages to
* the top menu.
*
* **Example**