Issue #1350892 by nit3ch: Fix doc for type arg of node_type_form
parent
1198964079
commit
824ba69df5
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue