Changeset 2489 for trunk/wp-admin/user-edit.php
- Timestamp:
- 03/29/2005 02:48:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r2437 r2489 41 41 42 42 if ( '' == $pass1 ) { 43 if ( '' == $pass2 )43 if ( '' != $pass2 ) 44 44 die (__("<strong>ERROR</strong>: you typed your new password only once. Go back to type it twice.")); 45 45 $updatepassword = '';
Note: See TracChangeset
for help on using the changeset viewer.