summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-06-26 09:37:46 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-06-26 09:37:46 -0700
commite1f366679ca13d2faf6d0d930d4c9fca92db1a30 (patch)
tree60698fb8656632e9675b57396242b937c4af8a6d /includes
parent576216bede8b8555d70480898bf67eed1f0738a9 (diff)
downloadbrdo-e1f366679ca13d2faf6d0d930d4c9fca92db1a30.tar.gz
brdo-e1f366679ca13d2faf6d0d930d4c9fca92db1a30.tar.bz2
Issue #1619084 by kiamlaluno: Update documentation for drupal_render to reflect current function code
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc5
1 files changed, 3 insertions, 2 deletions
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