Make WordPress Core


Ignore:
Timestamp:
10/18/2013 08:10:43 AM (12 years ago)
Author:
nacin
Message:

Awesome about page design for WordPress 3.7.

The page includes a giant password meter that serves as both an animated example and a working demo. How cool is that?

props jorbin, melchoyce.
see #25603.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/password-strength-meter.js

    r25637 r25839  
    1515                blacklist = [ blacklist.toString() ];
    1616
    17             if (password1 != password2 && password2.length > 0)
     17            if (password1 != password2 && password2 && password2.length > 0)
    1818                return 5;
    1919
Note: See TracChangeset for help on using the changeset viewer.