summaryrefslogtreecommitdiffstats
path: root/wp-admin/profile.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-08-31 14:55:29 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-08-31 14:55:29 +0000
commitb764f60728be1d4e026f9d7ae618ab47e23322f8 (patch)
tree1f1b45c4f1c1cf027b3240f605346e56209be8ff /wp-admin/profile.php
parentdad010666b767a1d06588d1d09c771c62f67c387 (diff)
downloadwordpress-mu-b764f60728be1d4e026f9d7ae618ab47e23322f8.tar.gz
wordpress-mu-b764f60728be1d4e026f9d7ae618ab47e23322f8.tar.xz
wordpress-mu-b764f60728be1d4e026f9d7ae618ab47e23322f8.zip
WP Merge to rev #4147
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@729 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/profile.php')
-rw-r--r--wp-admin/profile.php4
1 files changed, 2 insertions, 2 deletions
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;
<h3><?php _e('Personal Options'); ?></h3>
<p><label for="rich_editing"><input name="rich_editing" type="checkbox" id="rich_editing" value="true" <?php checked('true', get_user_option('rich_editing')); ?> />
-<?php _e('Use the visual rich editor when writing') ?></label></p>
+<?php _e('Use the visual editor when writing') ?></label></p>
<?php do_action('profile_personal_options'); ?>