Issue #1350892 by nit3ch: Fix doc for type arg of node_type_form

8.0.x
Jennifer Hodgdon 2012-03-23 10:41:58 -07:00
parent 1198964079
commit 824ba69df5
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,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()