diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/elgglib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php index 26c6be743..02c94b8b4 100644 --- a/engine/lib/elgglib.php +++ b/engine/lib/elgglib.php @@ -918,7 +918,7 @@ function trigger_elgg_event($event, $object_type, $object = null) { * @param string $hook The name of the hook * @param string $type The type of the hook * @param callback $callback The name of a valid function or an array with object and method - * @param int $priority The priority - 0 is default, negative before, positive after + * @param int $priority The priority - 500 is default, lower numbers called first * * @return bool * |