summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-14 00:12:57 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-14 00:12:57 +0000
commit1724844d014cf39b78991fe60f7b20d913e7d090 (patch)
tree5476276719b9aaa3c9f5f9800cb74a1b4a977e31 /modules
parent2abbabbcc2f8662eb50abf0bb0e56e93bfff62e9 (diff)
downloadbrdo-1724844d014cf39b78991fe60f7b20d913e7d090.tar.gz
brdo-1724844d014cf39b78991fe60f7b20d913e7d090.tar.bz2
#336627 by Tresler and jhodgdon: Fix incorrect documentation in node_type_form_validate().
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();