From 178c28535b5ed1a693c9e9cf5de4c703bc2bf3c6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 31 Dec 2007 08:54:37 +0000 Subject: - Patch #204900 by webernet: code style fixes. Likely my last patch of the year. Fiew. Thanks all, and see you on the other side. :) --- modules/user/user.pages.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'modules/user') diff --git a/modules/user/user.pages.inc b/modules/user/user.pages.inc index d326b43b5..9262e4271 100644 --- a/modules/user/user.pages.inc +++ b/modules/user/user.pages.inc @@ -150,10 +150,9 @@ function user_view($account) { drupal_set_title(check_plain($account->name)); // Retrieve all profile fields and attach to $account->content. user_build_content($account); - /** - * To theme user profiles, copy modules/user/user_profile.tpl.php - * to your theme directory, and edit it as instructed in that file's comments. - */ + + // To theme user profiles, copy modules/user/user_profile.tpl.php + // to your theme directory, and edit it as instructed in that file's comments. return theme('user_profile', $account); } -- cgit v1.2.3