summaryrefslogtreecommitdiff
path: root/modules/node/node.api.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-03-08 22:01:36 +0000
committerDries Buytaert <dries@buytaert.net>2009-03-08 22:01:36 +0000
commit3faf46dcb0d092d735d6dafaa3760bf4f7826350 (patch)
treededdb7e9bd38baf1c143055d17e9bddb8363573e /modules/node/node.api.php
parent582fbf2828dd0b359fe04e6ac22ca3b9a6927a11 (diff)
downloadbrdo-3faf46dcb0d092d735d6dafaa3760bf4f7826350.tar.gz
brdo-3faf46dcb0d092d735d6dafaa3760bf4f7826350.tar.bz2
- Patch #283931 by jeffschuler: documentation clarification.
Diffstat (limited to 'modules/node/node.api.php')
-rw-r--r--modules/node/node.api.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/node/node.api.php b/modules/node/node.api.php
index 99cd0c636..52d807f7f 100644
--- a/modules/node/node.api.php
+++ b/modules/node/node.api.php
@@ -205,7 +205,9 @@ function hook_node_delete_revision($node) {
}
/**
- * The node being created (inserted in the database).
+ * Respond to node insertion.
+ *
+ * Take action when a new node of any type is being inserted in the database.
*
* @param $node
* The node the action is being performed on.