Ticket #38459: 38459.patch
File 38459.patch, 1.2 KB (added by , 9 years ago) |
---|
-
wp-admin/user-new.php
341 341 </tr> 342 342 <?php if ( current_user_can( 'manage_network_users' ) ) { ?> 343 343 <tr> 344 <th scope="row">< label for="adduser-noconfirmation"><?php _e('Skip Confirmation Email') ?></label></th>344 <th scope="row"><?php _e('Skip Confirmation Email') ?></th> 345 345 <td><label for="adduser-noconfirmation"><input type="checkbox" name="noconfirmation" id="adduser-noconfirmation" value="1" /> <?php _e( 'Add the user without sending an email that requires their confirmation.' ); ?></label></td> 346 346 </tr> 347 347 <?php } ?> … … 471 471 </tr> 472 472 <?php if ( is_multisite() && current_user_can( 'manage_network_users' ) ) { ?> 473 473 <tr> 474 <th scope="row">< label for="noconfirmation"><?php _e('Skip Confirmation Email') ?></label></th>474 <th scope="row"><?php _e('Skip Confirmation Email') ?></th> 475 475 <td><label for="noconfirmation"><input type="checkbox" name="noconfirmation" id="noconfirmation" value="1" <?php checked( $new_user_ignore_pass ); ?> /> <?php _e( 'Add the user without sending an email that requires their confirmation.' ); ?></label></td> 476 476 </tr> 477 477 <?php } ?>