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-02 23:15:05 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-02 23:15:05 +0400
commitfcf22b6687b7d257f4fad45accf608d4b7917a9f (patch)
tree02b343d08a467bb6db1a6fef4c3fd2437f5c4262 /core/WidgetsList.php
parent56ac168152a04bd4cb55066f525367d1d807d423 (diff)
refs #4244 updated some existing links to use link inline tag
Diffstat (limited to 'core/WidgetsList.php')
-rw-r--r--core/WidgetsList.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/WidgetsList.php b/core/WidgetsList.php
index 91f753b389..659ddd02ce 100644
--- a/core/WidgetsList.php
+++ b/core/WidgetsList.php
@@ -77,7 +77,7 @@ class WidgetsList
* Triggered once when the widget list is first requested. Collects all available widgets.
*
* Subscribe to this event to make your plugin's reports or other controller actions available
- * as dashboard widgets. Event handlers should call the WidgetsList::add method for each
+ * as dashboard widgets. Event handlers should call the {@link WidgetsList::add()} method for each
* new dashboard widget.
*
* **Example**