Changeset 11359 for trunk/wp-admin/user-new.php
- Timestamp:
- 05/16/2009 06:29:10 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/user-new.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-new.php
r11330 r11359 38 38 39 39 wp_enqueue_script('wp-ajax-response'); 40 wp_enqueue_script('user-profile'); 41 wp_enqueue_script('password-strength-meter'); 40 42 41 43 require_once ('admin-header.php'); … … 118 120 <td><input name="pass1" type="password" id="pass1" autocomplete="off" /> 119 121 <br /> 120 <input name="pass2" type="password" id="pass2" autocomplete="off"/></td> 122 <input name="pass2" type="password" id="pass2" autocomplete="off"/> 123 <div id="pass-strength-result"><?php _e('Strength indicator'); ?></div> 124 <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> 125 </td> 121 126 </tr> 122 127 <tr>
Note: See TracChangeset
for help on using the changeset viewer.