summaryrefslogtreecommitdiff
path: root/modules/node/content_types.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/content_types.inc')
-rw-r--r--modules/node/content_types.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc
index 2d3a0a5de..df9884724 100644
--- a/modules/node/content_types.inc
+++ b/modules/node/content_types.inc
@@ -222,7 +222,7 @@ function node_type_form(&$form_state, $type = NULL) {
}
/**
- * Implementation of hook_form_validate().
+ * Implement hook_form_validate().
*/
function node_type_form_validate($form, &$form_state) {
$type = new stdClass();
@@ -256,7 +256,7 @@ function node_type_form_validate($form, &$form_state) {
}
/**
- * Implementation of hook_form_submit().
+ * Implement hook_form_submit().
*/
function node_type_form_submit($form, &$form_state) {
$op = isset($form_state['values']['op']) ? $form_state['values']['op'] : '';
@@ -347,7 +347,7 @@ function node_type_form_submit($form, &$form_state) {
}
/**
- * Implementation of hook_node_type().
+ * Implement hook_node_type().
*/
function node_node_type($op, $info) {
if ($op != 'delete' && !empty($info->old_type) && $info->old_type != $info->type) {