Making WordPress.org

Changeset 8653


Ignore:
Timestamp:
04/20/2019 09:56:10 AM (7 years ago)
Author:
ocean90
Message:

WordPress.org: Drop the hyphen from e-mail.

See [WP33774].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-add-existing-users-via-username.php

    r6421 r8653  
    2323    <script>
    2424        ( function( $ ) {
    25             $( 'label[for="adduser-email"]' ).html( '<?php echo esc_js( __( 'E-mail or Username' ) ); ?>' );
     25            $( 'label[for="adduser-email"]' ).html( '<?php echo esc_js( __( 'Email or Username' ) ); ?>' );
    2626            $( '#adduser-email' ).attr( 'type', 'text' );
    2727            $( '#add-new-user' ).find( '+ div + p' ).html( "<?php echo esc_js( __( 'Enter the email address or username of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.' ) ); ?>" );
Note: See TracChangeset for help on using the changeset viewer.