summaryrefslogtreecommitdiff
path: root/modules/user/user.pages.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.pages.inc')
-rw-r--r--modules/user/user.pages.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/user/user.pages.inc b/modules/user/user.pages.inc
index 07ad31dce..d3b736c02 100644
--- a/modules/user/user.pages.inc
+++ b/modules/user/user.pages.inc
@@ -190,9 +190,6 @@ function user_view($account) {
function template_preprocess_user_profile(&$variables) {
$account = $variables['elements']['#account'];
$variables['user_profile'] = $account->content;
-
- // Add $FIELD_NAME_rendered variables for fields.
- $variables += field_attach_preprocess('user', $account);
}
/**