From 17e6076807b20a38b2bed98ea4d0cde24ce57fb1 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 4 Aug 2009 06:38:57 +0000 Subject: #433992 by David_Rothstein and Frando: Change #theme_wrapper to #theme_wrappers to allow multiple theme functions to execute on renderable objects. --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.module') 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' -- cgit v1.2.3