Changeset 25637 for trunk/src/wp-admin/js/user-profile.js
- Timestamp:
- 09/28/2013 06:46:29 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/js/user-profile.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/user-profile.js
r21592 r25637 10 10 } 11 11 12 strength = passwordStrength(pass1, user, pass2);12 strength = wp.passwordStrength.meter( pass1, wp.passwordStrength.userInputBlacklist(), pass2 ); 13 13 14 14 switch ( strength ) {
Note: See TracChangeset
for help on using the changeset viewer.