From bb997e18a0908364fa550fb150ba5227ee9beea9 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 24 Jul 2014 16:04:11 -0400 Subject: [PATCH] updating docs --- docs/plugins/hooks.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/plugins/hooks.rst b/docs/plugins/hooks.rst index d985f13c0c..0d79c61501 100644 --- a/docs/plugins/hooks.rst +++ b/docs/plugins/hooks.rst @@ -212,19 +212,19 @@ Executed whenever a post is created or edited, after it is saved into the databa ^^^^^^^^^^^^^^^^^^^^^ Called when toggling pinned state -Object: tid, isPinned, uid +Object: tid, isPinned, uid, timestamp ``action:topic.lock`` ^^^^^^^^^^^^^^^^^^^^^ Called when toggling locked state -Object: tid, isLocked, uid +Object: tid, isLocked, uid, timestamp ``action:topic.move`` ^^^^^^^^^^^^^^^^^^^^^ Called when moving a topic from one category to another -Object: tid, fromCid, toCid, uid +Object: tid, fromCid, toCid, uid, timestamp ``action:post.edit`` ^^^^^^^^^^^^^^^^^^^^^