Changeset 8653
- Timestamp:
- 04/20/2019 09:56:10 AM (7 years ago)
- 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 23 23 <script> 24 24 ( 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' ) ); ?>' ); 26 26 $( '#adduser-email' ).attr( 'type', 'text' ); 27 27 $( '#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.