]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #2367: Corrected plugin hook documentation to maintain that the default priorit...
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 11 Nov 2010 00:17:24 +0000 (00:17 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 11 Nov 2010 00:17:24 +0000 (00:17 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7287 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/elgglib.php

index 26c6be743b6de6714c5fcae5985a615cd235e425..02c94b8b4c34263a4e77c19e7f1c306d2918b6ea 100644 (file)
@@ -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
  *