Skip to content

Commit

Permalink
Issue #1051872 by boombatower, jdillick, marvil07: Add documentation …
Browse files Browse the repository at this point in the history
…concerning modified property flag on node_type_save()
  • Loading branch information
DavidRothstein committed Mar 31, 2015
1 parent 277ae50 commit 032954a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/node/node.module
Expand Up @@ -506,7 +506,8 @@ function node_type_load($name) {
* - custom: TRUE or FALSE indicating whether this type is defined by a module
* (FALSE) or by a user (TRUE) via Add Content Type.
* - modified: TRUE or FALSE indicating whether this type has been modified by
* an administrator. Currently not used in any way.
* an administrator. When modifying an existing node type, set to TRUE, or
* the change will be ignored on node_types_rebuild().
* - locked: TRUE or FALSE indicating whether the administrator can change the
* machine name of this type.
* - disabled: TRUE or FALSE indicating whether this type has been disabled.
Expand Down

0 comments on commit 032954a

Please sign in to comment.