Changeset 5689
- Timestamp:
- 06/12/2007 09:52:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/profile.php
r5323 r5689 40 40 <p class="submit"><input type="submit" value="<?php _e('Update Profile »') ?>" name="submit" /></p> 41 41 42 <fieldset >42 <fieldset id="information"> 43 43 <legend><?php _e('Name'); ?></legend> 44 44 <p><label><?php _e('Username: (no editing)'); ?><br /> … … 73 73 </fieldset> 74 74 75 <fieldset >75 <fieldset id="contact-info"> 76 76 <legend><?php _e('Contact Info'); ?></legend> 77 77 … … 96 96 </fieldset> 97 97 <br clear="all" /> 98 <fieldset >98 <fieldset id="about-yourself"> 99 99 <legend><?php _e('About Yourself'); ?></legend> 100 100 <p class="desc"><?php _e('Share a little biographical information. '); ?></p> … … 106 106 if ( $show_password_fields ) : 107 107 ?> 108 <fieldset >108 <fieldset id="update-password"> 109 109 <legend><?php _e('Update Your Password'); ?></legend> 110 110 <p class="desc"><?php _e('If you would like to change your password type a new one twice below. Otherwise leave this blank.'); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.