Changeset 8242 for branches/crazyhorse/wp-admin/user-edit.php
- Timestamp:
- 07/02/2008 11:07:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crazyhorse/wp-admin/user-edit.php
r8151 r8242 319 319 ?> 320 320 <tr> 321 <th><label for="pass1"><?php _e('New Password :'); ?></label></th>321 <th><label for="pass1"><?php _e('New Password'); ?></label></th> 322 322 <td><input type="password" name="pass1" id="pass1" size="16" value="" /> <?php _e("If you would like to change the password type a new one. Otherwise leave this blank."); ?><br /> 323 323 <input type="password" name="pass2" id="pass2" size="16" value="" /> <?php _e("Type your new password again."); ?><br /> 324 324 <?php if ( $is_profile_page ): ?> 325 <p><strong><?php _e('Password Strength :'); ?></strong></p>325 <p><strong><?php _e('Password Strength'); ?></strong></p> 326 326 <div id="pass-strength-result"><?php _e('Too short'); ?></div> <?php _e('Hint: Use upper and lower case characters, numbers and symbols like !"?$%^&( in your password.'); ?> 327 327 <?php endif; ?> … … 343 343 <table width="99%" style="border: none;" cellspacing="2" cellpadding="3" class="editform"> 344 344 <tr> 345 <th scope="row"><?php _e('Additional Capabilities :') ?></th>345 <th scope="row"><?php _e('Additional Capabilities') ?></th> 346 346 <td><?php 347 347 $output = '';
Note: See TracChangeset
for help on using the changeset viewer.