Ticket #43814: 43814.2.diff
File 43814.2.diff, 1.7 KB (added by , 8 months ago) |
---|
-
src/wp-admin/user-new.php
472 472 <th scope="row"><?php _e( 'Skip Confirmation Email' ); ?></th> 473 473 <td> 474 474 <input type="checkbox" name="noconfirmation" id="adduser-noconfirmation" value="1" /> 475 <label for="adduser-noconfirmation"><?php _e( 'Add the user without sending an email that requires their confirmation .' ); ?></label>475 <label for="adduser-noconfirmation"><?php _e( 'Add the user without sending an email that requires their confirmation' ); ?></label> 476 476 </td> 477 477 </tr> 478 478 <?php } ?> … … 616 616 <th scope="row"><?php _e( 'Send User Notification' ); ?></th> 617 617 <td> 618 618 <input type="checkbox" name="send_user_notification" id="send_user_notification" value="1" <?php checked( $new_user_send_notification ); ?> /> 619 <label for="send_user_notification"><?php _e( 'Send the new user an email about their account .' ); ?></label>619 <label for="send_user_notification"><?php _e( 'Send the new user an email about their account' ); ?></label> 620 620 </td> 621 621 </tr> 622 622 <?php } // End if ! is_multisite(). ?> … … 639 639 <th scope="row"><?php _e( 'Skip Confirmation Email' ); ?></th> 640 640 <td> 641 641 <input type="checkbox" name="noconfirmation" id="noconfirmation" value="1" <?php checked( $new_user_ignore_pass ); ?> /> 642 <label for="noconfirmation"><?php _e( 'Add the user without sending an email that requires their confirmation .' ); ?></label>642 <label for="noconfirmation"><?php _e( 'Add the user without sending an email that requires their confirmation' ); ?></label> 643 643 </td> 644 644 </tr> 645 645 <?php } ?>