From b764f60728be1d4e026f9d7ae618ab47e23322f8 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 31 Aug 2006 14:55:29 +0000 Subject: WP Merge to rev #4147 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@729 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wp-admin/profile.php') diff --git a/wp-admin/profile.php b/wp-admin/profile.php index bee9487..9b90d10 100644 --- a/wp-admin/profile.php +++ b/wp-admin/profile.php @@ -8,7 +8,7 @@ if ( current_user_can('edit_users') ) else $parent_file = 'profile.php'; include_once('admin-header.php'); -$profileuser = new WP_User($user_ID); +$profileuser = get_user_to_edit($user_ID); $bookmarklet_height= 440; ?> @@ -31,7 +31,7 @@ $bookmarklet_height= 440;

+

-- cgit