#336627 by Tresler and jhodgdon: Fix incorrect documentation in node_type_form_validate().

merge-requests/26/head
Angie Byron 2009-08-14 00:12:57 +00:00
parent 2abbabbcc2
commit 1724844d01
1 changed files with 1 additions and 1 deletions

View File

@ -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) {
$type = new stdClass();