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:
Diffstat (limited to 'core/Plugin/Manager.php')
-rw-r--r--core/Plugin/Manager.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Plugin/Manager.php b/core/Plugin/Manager.php
index 8d3153377d..994aabc6e7 100644
--- a/core/Plugin/Manager.php
+++ b/core/Plugin/Manager.php
@@ -435,7 +435,7 @@ class Manager extends Singleton
/**
* Returns the currently enabled theme.
- *
+ *
* If no theme is enabled, the **Morpheus** plugin is returned (this is the base and default theme).
*
* @return Plugin
@@ -496,7 +496,7 @@ class Manager extends Singleton
*
* @return array An array that maps plugin names with arrays of plugin information. Plugin
* information consists of the following entries:
- *
+ *
* - **activated**: Whether the plugin is activated.
* - **alwaysActivated**: Whether the plugin should always be activated,
* or not.