diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-03-08 22:01:36 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-03-08 22:01:36 +0000 |
commit | 3faf46dcb0d092d735d6dafaa3760bf4f7826350 (patch) | |
tree | deddb7e9bd38baf1c143055d17e9bddb8363573e /modules/node/node.api.php | |
parent | 582fbf2828dd0b359fe04e6ac22ca3b9a6927a11 (diff) | |
download | brdo-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.php | 4 |
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. |