diff --git a/modules/node/node.module b/modules/node/node.module index a35aa79..d096679 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1069,8 +1069,8 @@ function node_prepare($node, $teaser = FALSE) { * Whether the node is being displayed by itself as a page. * * @return - * An structured array containing the individual elements - * of the node's body. + * An node object with its content property set to structured array + * containing the individual elements of the node's body. */ function node_build_content($node, $teaser = FALSE, $page = FALSE) {