#336627 by Tresler and jhodgdon: Fix incorrect documentation in node_type_form_validate().
parent
2abbabbcc2
commit
1724844d01
|
@ -238,7 +238,7 @@ function _node_characters($length) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_form_validate().
|
* Validates the content type submission form generated by node_type_form().
|
||||||
*/
|
*/
|
||||||
function node_type_form_validate($form, &$form_state) {
|
function node_type_form_validate($form, &$form_state) {
|
||||||
$type = new stdClass();
|
$type = new stdClass();
|
||||||
|
|
Loading…
Reference in New Issue