summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/profile.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-09-14 09:23:07 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-09-14 09:23:07 +0000
commit2ef27708de0ba744d023d4c5199531303ffe0c36 (patch)
treeec43ca488ec3d7a14e3a31cf7de8015bf95c9a5b /wp-inst/wp-admin/profile.php
parent3745afdd70424105c8734b0144aa943de7629a28 (diff)
downloadwordpress-mu-2ef27708de0ba744d023d4c5199531303ffe0c36.tar.gz
wordpress-mu-2ef27708de0ba744d023d4c5199531303ffe0c36.tar.xz
wordpress-mu-2ef27708de0ba744d023d4c5199531303ffe0c36.zip
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@324 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 ae364f8..a11ab29 100644
--- a/wp-inst/wp-admin/profile.php
+++ b/wp-inst/wp-admin/profile.php
@@ -83,7 +83,7 @@ $bookmarklet_height= 440;
<fieldset>
<legend><?php _e('About yourself'); ?></legend>
<p class="desc"><?php _e('Share a little biographical information to fill out your profile. This may be shown publicly.'); ?></p>
-<p><textarea name="user_description" rows="5" cols="30"><?php echo $profiledata->user_description ?></textarea></p>
+<p><textarea name="description" rows="5" cols="30"><?php echo $profiledata->description ?></textarea></p>
</fieldset>
<?php