summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-03-23 10:42:47 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-03-23 10:42:47 -0700
commit7b115a0e167e66b49fe8db3202e0c963377a857b (patch)
tree6e6154e5b993c7ac478892d4d0188c677298b1a0 /modules/node
parentc82458cb7ca69406c58065da546d9ea0e9961560 (diff)
downloadbrdo-7b115a0e167e66b49fe8db3202e0c963377a857b.tar.gz
brdo-7b115a0e167e66b49fe8db3202e0c963377a857b.tar.bz2
Issue #1350892 by nit3ch: Fix doc for type arg of node_type_form
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/content_types.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc
index d58bc318f..71b3b1a60 100644
--- a/modules/node/content_types.inc
+++ b/modules/node/content_types.inc
@@ -78,8 +78,8 @@ function theme_node_admin_overview($variables) {
* Form constructor for the node type editing form.
*
* @param $type
- * (optional) The machine name of the node type when editing an existing node
- * type.
+ * (optional) An object representing the node type, when editing an existing
+ * node type.
*
* @see node_type_form_validate()
* @see node_type_form_submit()