aboutsummaryrefslogtreecommitdiff
path: root/documentation/examples/hooks/register/all.php
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/examples/hooks/register/all.php')
-rw-r--r--documentation/examples/hooks/register/all.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/examples/hooks/register/all.php b/documentation/examples/hooks/register/all.php
index f2e4407a6..6c23ed56b 100644
--- a/documentation/examples/hooks/register/all.php
+++ b/documentation/examples/hooks/register/all.php
@@ -2,7 +2,7 @@
register_plugin_hook('all', 'system', 'example_plugin_hook_handler');
-// This function will be called for any event of type 'object'
+// This function will be called for any hook of type 'system'
function example_plugin_hook_handler($hook, $type, $value, $params) {
// logic here.
}