summaryrefslogtreecommitdiff
path: root/includes/actions.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-18 10:37:37 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-18 10:37:37 +0000
commit19302728e8d32f295da60be984e4d1d4b39c3f6d (patch)
tree801c54e89131dded0d3330d805e06a6339259ebf /includes/actions.inc
parent84cb9cf5e243d223222aa7fa58600d0f4b762b52 (diff)
downloadbrdo-19302728e8d32f295da60be984e4d1d4b39c3f6d.tar.gz
brdo-19302728e8d32f295da60be984e4d1d4b39c3f6d.tar.bz2
- Patch #392688 by jeffschuler: added missing documentation.
Diffstat (limited to 'includes/actions.inc')
-rw-r--r--includes/actions.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/actions.inc b/includes/actions.inc
index d0091c1b1..c17467472 100644
--- a/includes/actions.inc
+++ b/includes/actions.inc
@@ -305,6 +305,9 @@ function actions_synchronize($delete_orphans = FALSE) {
*
* @param $function
* The name of the function to be called when this action is performed.
+ * @param $type
+ * The type of action, to describe grouping and/or context, e.g., 'node',
+ * 'user', 'comment', or 'system'.
* @param $params
* An associative array with parameter names as keys and parameter values as
* values.