aboutsummaryrefslogtreecommitdiffstats
path: root/addon
diff options
context:
space:
mode:
Diffstat (limited to 'addon')
-rw-r--r--addon/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/addon/README b/addon/README
index 84f856924..8d5088f78 100644
--- a/addon/README
+++ b/addon/README
@@ -94,9 +94,11 @@ Current hooks:
$b is the (string) generated HTML of the entry
(The profile array details are in $a->profile)
-'contact_block_end' - called when displaying the block of contacts/friends on a
- profile sidebar
-*** $b is the (string) generated HTML of the contact block
+'contact_block_end' - called when formatting the block of contacts/friends on a
+ profile sidebar has completed
+ $b is an array
+ 'contacts' => contact array of entries
+ 'output' => the (string) generated HTML of the contact block
*** = subject to change