summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-04 06:38:57 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-04 06:38:57 +0000
commit17e6076807b20a38b2bed98ea4d0cde24ce57fb1 (patch)
tree5477f7516cdc457019cd7894f93c26f767c5a85f /modules/user
parent3abd531fba32ef7f4b994f6b11ff263c98dbe4c5 (diff)
downloadbrdo-17e6076807b20a38b2bed98ea4d0cde24ce57fb1.tar.gz
brdo-17e6076807b20a38b2bed98ea4d0cde24ce57fb1.tar.bz2
#433992 by David_Rothstein and Frando: Change #theme_wrapper to #theme_wrappers to allow multiple theme functions to execute on renderable objects.
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index dbd8b0fdb..d36e270a2 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -867,7 +867,7 @@ function user_search($op = 'search', $keys = NULL, $skip_access_check = FALSE) {
function user_elements() {
return array(
'user_profile_category' => array(
- '#theme_wrapper' => 'user_profile_category'
+ '#theme_wrappers' => array('user_profile_category')
),
'user_profile_item' => array(
'#theme' => 'user_profile_item'