summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/node/content_types.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc
index 207a3d864..af6cbbcb4 100644
--- a/modules/node/content_types.inc
+++ b/modules/node/content_types.inc
@@ -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();