]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/profile.php
Wordpress 2.0.11
[autoinstalls/wordpress.git] / wp-admin / profile.php
index 04f2fc492c776454087580c9ac4811cd42a0badd..9f42bb2bf16cca664893bc83a81a5d8cfbd8fe05 100644 (file)
@@ -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;
 ?>