Changeset 37940 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 07/01/2016 12:44:43 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/script-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r37914 r37940 381 381 $scripts->add( 'password-strength-meter', "/wp-admin/js/password-strength-meter$suffix.js", array( 'jquery', 'zxcvbn-async' ), false, 1 ); 382 382 did_action( 'init' ) && $scripts->localize( 'password-strength-meter', 'pwsL10n', array( 383 'unknown' => _x( 'Password strength unknown', 'password strength' ), 383 384 'short' => _x( 'Very weak', 'password strength' ), 384 385 'bad' => _x( 'Weak', 'password strength' ), … … 391 392 did_action( 'init' ) && $scripts->localize( 'user-profile', 'userProfileL10n', array( 392 393 'warn' => __( 'Your new password has not been saved.' ), 394 'warnWeak' => __( 'Confirm use of weak password.' ), 393 395 'show' => __( 'Show' ), 394 396 'hide' => __( 'Hide' ),
Note: See TracChangeset
for help on using the changeset viewer.