Make WordPress Core


Ignore:
Timestamp:
03/31/2010 08:45:51 AM (15 years ago)
Author:
dd32
Message:

Add Password Mismatch feedback to the Password Strength Meter. Props dancole. Fixes #12576

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r13770 r13900  
    250250 bad: "<?php echo esc_js( __( 'Weak' ) ); ?>",
    251251 good: "<?php echo esc_js( __( 'Medium' ) ); ?>",
    252  strong: "<?php echo esc_js( __( 'Strong' ) ); ?>"
     252 strong: "<?php echo esc_js( __( 'Strong' ) ); ?>",
     253 mismatch: "<?php echo esc_js( __( 'Mismatch' ) ); ?>"
    253254};
    254255try{convertEntities(pwsL10n);}catch(e){};
Note: See TracChangeset for help on using the changeset viewer.