From e1f366679ca13d2faf6d0d930d4c9fca92db1a30 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Tue, 26 Jun 2012 09:37:46 -0700 Subject: Issue #1619084 by kiamlaluno: Update documentation for drupal_render to reflect current function code --- includes/common.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index ab6e8b8f6..c684d4167 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -5655,8 +5655,9 @@ function drupal_render_page($page) { * any children, it is the responsibility of the theme function to render * these children. For elements that are not allowed to have any children, * e.g. buttons or textfields, the theme function can be used to render the - * element itself. If #theme is not present and the element has children, they - * are rendered and concatenated into a string by drupal_render_children(). + * element itself. If #theme is not present and the element has children, each + * child is itself rendered by a call to drupal_render(), and the results are + * concatenated. * * The #theme_wrappers property contains an array of theme functions which will * be called, in order, after #theme has run. These can be used to add further -- cgit v1.2.3