aboutsummaryrefslogtreecommitdiffstats
path: root/doc/en/hook/stream_item.bb
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/hook/stream_item.bb')
-rw-r--r--doc/en/hook/stream_item.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/en/hook/stream_item.bb b/doc/en/hook/stream_item.bb
deleted file mode 100644
index 30086961d..000000000
--- a/doc/en/hook/stream_item.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-[h2]stream_item[/h2]
-
-
-Called for each item processed for viewing by conversation();
-
-The hook data consists of an array
-
- array(
- 'mode' => current mode of conversation()
- 'item' => item being processed
- );
-
- Set item['blocked'] to block the item from viewing. This action will not affect comment or sub-thread counts, so if there are three comments in a conversation and you block one, three comments will still be reported even though only two are visible.