From: ewinslow Date: Thu, 11 Nov 2010 00:17:24 +0000 (+0000) Subject: Fixes #2367: Corrected plugin hook documentation to maintain that the default priorit... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8c756908c5d72a53b1a4dda0901c8fb3d0191408;p=lorea%2Felgg.git Fixes #2367: Corrected plugin hook documentation to maintain that the default priority is 500 git-svn-id: http://code.elgg.org/elgg/trunk@7287 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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 *