summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-03-30 21:26:50 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-03-30 21:26:50 -0400
commit032954a14e12fec4a6f48ede2c784d7ee04c589b (patch)
treec6b104b1f946f7c7a9b271cc95a527694461e630 /modules
parent277ae50e8be4adb6a74aada6f341b2fdc38d6b20 (diff)
downloadbrdo-032954a14e12fec4a6f48ede2c784d7ee04c589b.tar.gz
brdo-032954a14e12fec4a6f48ede2c784d7ee04c589b.tar.bz2
Issue #1051872 by boombatower, jdillick, marvil07: Add documentation concerning modified property flag on node_type_save()
Diffstat (limited to 'modules')
-rw-r--r--modules/node/node.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index a9c1d23e8..fd848e246 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -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.