diff --git a/modules/node/node.api.php b/modules/node/node.api.php index c87e3f8e798..a9881d5ee14 100644 --- a/modules/node/node.api.php +++ b/modules/node/node.api.php @@ -976,6 +976,7 @@ function hook_ranking() { * The node type object that is being created. */ function hook_node_type_insert($info) { + drupal_set_message(t('You have just created a content type with a machine name %type.', array('%type' => $info->type))); } /**