Changeset 13696 for trunk/wp-admin/install.php
- Timestamp:
- 03/14/2010 02:30:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r13670 r13696 112 112 <tr> 113 113 <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> 116 117 <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="" /> 118 119 <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>120 120 <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 ! " ? $ % ^ & ).'); ?></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 ! " ? $ % ^ & ).'); ?></p> 122 122 </td> 123 123 </tr> … … 125 125 <tr> 126 126 <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> 129 129 </tr> 130 130 <tr>
Note: See TracChangeset
for help on using the changeset viewer.