Make WordPress Core

Changeset 38250


Ignore:
Timestamp:
08/12/2016 02:11:58 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Users: Merge two duplicate strings introduced in [37940].

Props dimadin.
Fixes #37644.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r38221 r38250  
    401401    did_action( 'init' ) && $scripts->localize( 'user-profile', 'userProfileL10n', array(
    402402        'warn'     => __( 'Your new password has not been saved.' ),
    403         'warnWeak' => __( 'Confirm use of weak password.' ),
     403        'warnWeak' => __( 'Confirm use of weak password' ),
    404404        'show'     => __( 'Show' ),
    405405        'hide'     => __( 'Hide' ),
Note: See TracChangeset for help on using the changeset viewer.