X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/ff81ee6e8304a1982a3ec4f5b134764a29d502cf..022dfbbbe3215917d84708eb09acca93b21ae9e0:/wp-admin/profile.php diff --git a/wp-admin/profile.php b/wp-admin/profile.php index 1966cef8..9f42bb2b 100644 --- a/wp-admin/profile.php +++ b/wp-admin/profile.php @@ -5,7 +5,7 @@ $title = __('Profile'); $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; ?> @@ -19,6 +19,7 @@ $bookmarklet_height= 440;

+