diff options
-rw-r--r-- | modules/node/content_types.inc | 4 |
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() |