Make WordPress Core


Ignore:
Timestamp:
03/14/2010 02:30:50 AM (15 years ago)
Author:
nacin
Message:

install.php password UI cleanup. see #10396

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r13670 r13696  
    112112        <tr>
    113113            <th scope="row">
    114                 <p><label for="admin_password"><?php _e('Password'); ?></label></p>
    115                 <p><label for="admin_password2"><?php _e('Re-enter Password'); ?></label></p></th>
     114                <label for="admin_password"><?php _e('Password, twice'); ?></label>
     115                <p><?php _e('A password will be automatically generated for you if you leave this blank.'); ?></p>
     116            </th>
    116117            <td>
    117                 <p><input name="admin_password" type="password" id="pass1" size="25" value="" /></p>
     118                <input name="admin_password" type="password" id="pass1" size="25" value="" />
    118119                <p><input name="admin_password2" type="password" id="pass2" size="25" value="" /></p>
    119                 <p><?php _e('A password will be automatically generated for you if you leave this field blank.'); ?></p>
    120120                <div id="pass-strength-result"><?php _e('Strength indicator'); ?></div>
    121                 <p class="description indicator-hint"><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ &amp; ).'); ?></p>
     121                <p><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ &amp; ).'); ?></p>
    122122            </td>
    123123        </tr>
     
    125125        <tr>
    126126            <th scope="row"><label for="admin_email"><?php _e( 'Your E-mail' ); ?></label></th>
    127             <td><input name="admin_email" type="text" id="admin_email" size="25" value="<?php  echo esc_attr( $admin_email ); ?>" /><br />
    128             <?php _e( 'Double-check your email address before continuing.' ); ?></td>
     127            <td><input name="admin_email" type="text" id="admin_email" size="25" value="<?php echo esc_attr( $admin_email ); ?>" />
     128            <p><?php _e( 'Double-check your email address before continuing.' ); ?></p></td>
    129129        </tr>
    130130        <tr>
Note: See TracChangeset for help on using the changeset viewer.