Closed (works as designed)
Project:
Drupal core
Version:
6.12
Component:
forms system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2009 at 20:15 UTC
Updated:
17 Jul 2010 at 14:49 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedsubscribe
Comment #2
eli-tsubscribe
Comment #3
remi commentedI'm having the same problem right now.
Comment #4
sunThat's correct and by design. #theme functions are supposed to render the element including all children. If any children need to be rendered on their own, then do not assign a #theme function. There are also #theme_wrappers and #pre_render.