summaryrefslogtreecommitdiff
path: root/classes/plugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/plugin.php')
-rw-r--r--classes/plugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/plugin.php b/classes/plugin.php
index 0a9f837fc..0a7d8fa95 100644
--- a/classes/plugin.php
+++ b/classes/plugin.php
@@ -367,7 +367,7 @@ abstract class Plugin {
return [];
}
- /** GLOBAL: This is run periodically by the update daemon when idle
+ /** This is run periodically by the update daemon when idle (available both to user and system plugins)
* @return void
* @see PluginHost::HOOK_HOUSE_KEEPING */
function hook_house_keeping() {