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:
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.
*