summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-08 12:49:51 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-08 12:49:51 +0000
commit7f87b19eeb3af1d6afb4dbca771e261cc49b8caa (patch)
tree87887d263d34b37bed369bb3efe280c78ac11ce4 /modules/node
parent7f083e0c2fe9075a2950f198345a1a8cc2ac80b4 (diff)
downloadbrdo-7f87b19eeb3af1d6afb4dbca771e261cc49b8caa.tar.gz
brdo-7f87b19eeb3af1d6afb4dbca771e261cc49b8caa.tar.bz2
- Patch #42886 by chx: critical feature: allow modules to be reordered.
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 3c7283b0e..f7e998d13 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -2169,7 +2169,7 @@ function node_form_alter($form_id, &$form) {
* - "delete"
* - "create"
* @param $node
- * The node object (or node array) on which the operation is to be performed,
+ * The node object (or node array) on which the operation is to be performed,
* or node type (e.g. 'forum') for "create" operation.
* @param $uid
* The user ID on which the operation is to be performed.