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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc
index ab8dfa874..be1dd7654 100644
--- a/modules/node/content_types.inc
+++ b/modules/node/content_types.inc
@@ -54,7 +54,7 @@ function theme_node_admin_overview($name, $type) {
function node_type_form(&$form_state, $type = NULL) {
drupal_add_js(drupal_get_path('module', 'node') .'/content_types.js');
if (!isset($type->type)) {
- // This is a new type. Node module managed types are custom and unlocked.
+ // This is a new type. Node module managed types are custom and unlocked.
$type = node_type_set_defaults(array('custom' => 1, 'locked' => 0));
}