diff --git a/core/modules/node/node.module b/core/modules/node/node.module index 3987c00..28f4630 100644 --- a/core/modules/node/node.module +++ b/core/modules/node/node.module @@ -559,9 +559,8 @@ function node_type_load($name) { * field is 0. * * @return int - * Status flag indicating outcome of the operation. - * - A value of 1 indicates SAVED_NEW - * - A value of 2 indicates SAVED_UPDATED + * A status flag indicating the outcome of the operation, either SAVED_NEW or + * SAVED_UPDATED. */ function node_type_save($info) { $existing_type = !empty($info->old_type) ? $info->old_type : $info->type;