diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-03-23 10:42:47 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-03-23 10:42:47 -0700 |
commit | 7b115a0e167e66b49fe8db3202e0c963377a857b (patch) | |
tree | 6e6154e5b993c7ac478892d4d0188c677298b1a0 /modules/node | |
parent | c82458cb7ca69406c58065da546d9ea0e9961560 (diff) | |
download | brdo-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.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() |