diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-05-30 08:46:47 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-05-30 08:46:47 -0700 |
commit | dd73050be082f4497315222bb55b754db7555d3d (patch) | |
tree | 2c011e61d6642ab354da20db4a9067424653047f /modules/node | |
parent | f20658a8b93ca91b940775e94577d8ac1ce5eea2 (diff) | |
download | brdo-dd73050be082f4497315222bb55b754db7555d3d.tar.gz brdo-dd73050be082f4497315222bb55b754db7555d3d.tar.bz2 |
Issue #1598508 by jeffschuler: fix return docs for _node_types_build function
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 9e20234ad..290df41a5 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -655,7 +655,7 @@ function node_type_update_nodes($old_type, $type) { * @param $rebuild * TRUE to rebuild node types. Equivalent to calling node_types_rebuild(). * @return - * Associative array with two components: + * An object with two properties: * - names: Associative array of the names of node types, keyed by the type. * - types: Associative array of node type objects, keyed by the type. * Both of these arrays will include new types that have been defined by |