Changeset 2439
- Timestamp:
- 03/13/2005 05:29:33 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/profile.php
r2437 r2439 57 57 58 58 if ( '' == $pass1 ) { 59 if ( '' == $pass2 )59 if ( '' != $pass2 ) 60 60 die (__("<strong>ERROR</strong>: you typed your new password only once. Go back to type it twice.")); 61 61 $updatepassword = "";
Note: See TracChangeset
for help on using the changeset viewer.