summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/profile.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-09-23 11:17:09 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-09-23 11:17:09 +0000
commitf87e2ff8924ea53c890595ca0de0c37b44048745 (patch)
tree4ee1404b8d9379273c0784efe887da4535d1305f /wp-inst/wp-admin/profile.php
parentc8d80466b49d6c93716cf998b6d24c86f4aeb7e3 (diff)
downloadwordpress-mu-f87e2ff8924ea53c890595ca0de0c37b44048745.tar.gz
wordpress-mu-f87e2ff8924ea53c890595ca0de0c37b44048745.tar.xz
wordpress-mu-f87e2ff8924ea53c890595ca0de0c37b44048745.zip
Forgot "preview post".
Minor change to profile page. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@363 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/profile.php')
-rw-r--r--wp-inst/wp-admin/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/profile.php b/wp-inst/wp-admin/profile.php
index a11ab29..1839083 100644
--- a/wp-inst/wp-admin/profile.php
+++ b/wp-inst/wp-admin/profile.php
@@ -28,7 +28,7 @@ $bookmarklet_height= 440;
<fieldset>
<legend><?php _e('Name'); ?></legend>
<p><label><?php _e('Username: (no editing)'); ?><br />
-<input type="text" name="username" value="<?php echo $profiledata->user_login; ?>" disabled="disabled" />
+<input type="text" name="user_login" value="<?php echo $profiledata->user_login; ?>" disabled="disabled" />
</label></p>
<p><label><?php _e('First name:') ?><br />
<input type="text" name="first_name" value="<?php echo $profiledata->first_name ?>" /></label></p>