From f914aef21b8801bf9a81ca3a4cd69484e12198c2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 23 Oct 2010 12:58:37 +0000 Subject: - Patch #948536 by amateescu: node_type_get_types() could mention that the types it returns are objects. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index b519d637a..cce34c9e3 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -376,7 +376,7 @@ function _node_extract_type($node) { * See _node_types_build() for details. * * @return - * An array of node types, keyed by the type. + * An array of node types, as objects, keyed by the type. * * @see node_type_get_type() */ -- cgit v1.2.3