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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-12-06 01:49:56 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-12-06 01:49:56 +0400
commit777ca60440aa67e436fb15bb0fc1bd445d32ce78 (patch)
treee3557a53472016259873109e2932f99b764be42c /core/Menu
parentb6c2cf90277b6abeabe13910b04ef286c66a4b67 (diff)
Fixes #4199, revising event docs and closing ticket.
Diffstat (limited to 'core/Menu')
-rw-r--r--core/Menu/MenuTop.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/Menu/MenuTop.php b/core/Menu/MenuTop.php
index 8e2caba4a5..e9d5dc6f52 100644
--- a/core/Menu/MenuTop.php
+++ b/core/Menu/MenuTop.php
@@ -92,8 +92,9 @@ class MenuTop extends MenuAbstract
/**
* Triggered when collecting all available menu items that are be displayed on the very top of every
- * page, next to the login/logout links. Subscribe to this event if you want to add one or more items
- * to the top menu.
+ * page, next to the login/logout links.
+ *
+ * Subscribe to this event if you want to add one or more items to the top menu.
*
* Menu items should be added via the {@link addEntry()} method.
*