diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:57:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:57:30 +0000 |
commit | fa9a33d818470a5796f0ff8797f98b510ed8de18 (patch) | |
tree | bde6a1eede376f9b5df5898ce812330152984d8e /wp-admin/user-new.php | |
parent | Releasing progress-linux version 6.4.3+dfsg1-1~progress7.99u1. (diff) | |
download | wordpress-fa9a33d818470a5796f0ff8797f98b510ed8de18.tar.xz wordpress-fa9a33d818470a5796f0ff8797f98b510ed8de18.zip |
Merging upstream version 6.5+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wp-admin/user-new.php')
-rw-r--r-- | wp-admin/user-new.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 7ef33a8..c24033a 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -472,7 +472,7 @@ if ( is_multisite() && current_user_can( 'promote_users' ) ) { <th scope="row"><?php _e( 'Skip Confirmation Email' ); ?></th> <td> <input type="checkbox" name="noconfirmation" id="adduser-noconfirmation" value="1" /> - <label for="adduser-noconfirmation"><?php _e( 'Add the user without sending an email that requires their confirmation.' ); ?></label> + <label for="adduser-noconfirmation"><?php _e( 'Add the user without sending an email that requires their confirmation' ); ?></label> </td> </tr> <?php } ?> @@ -616,7 +616,7 @@ if ( current_user_can( 'create_users' ) ) { <th scope="row"><?php _e( 'Send User Notification' ); ?></th> <td> <input type="checkbox" name="send_user_notification" id="send_user_notification" value="1" <?php checked( $new_user_send_notification ); ?> /> - <label for="send_user_notification"><?php _e( 'Send the new user an email about their account.' ); ?></label> + <label for="send_user_notification"><?php _e( 'Send the new user an email about their account' ); ?></label> </td> </tr> <?php } // End if ! is_multisite(). ?> @@ -639,7 +639,7 @@ if ( current_user_can( 'create_users' ) ) { <th scope="row"><?php _e( 'Skip Confirmation Email' ); ?></th> <td> <input type="checkbox" name="noconfirmation" id="noconfirmation" value="1" <?php checked( $new_user_ignore_pass ); ?> /> - <label for="noconfirmation"><?php _e( 'Add the user without sending an email that requires their confirmation.' ); ?></label> + <label for="noconfirmation"><?php _e( 'Add the user without sending an email that requires their confirmation' ); ?></label> </td> </tr> <?php } ?> |