# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /Users/grantmangham/Development/vagrant-local/www/wordpress-trunk/wp-admin
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
305 | 305 | <?php if ( is_super_admin() ) { ?> |
306 | 306 | <tr> |
307 | 307 | <th scope="row"><label for="adduser-noconfirmation"><?php _e('Skip Confirmation Email') ?></label></th> |
308 | | <td><label for="adduser-noconfirmation"><input type="checkbox" name="noconfirmation" id="adduser-noconfirmation" value="1" /> <?php _e( 'Add the user without sending them a confirmation email.' ); ?></label></td> |
| 308 | <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> |
309 | 309 | </tr> |
310 | 310 | <?php } ?> |
311 | 311 | </table> |
… |
… |
|
418 | 418 | <?php if ( is_multisite() && is_super_admin() ) { ?> |
419 | 419 | <tr> |
420 | 420 | <th scope="row"><label for="noconfirmation"><?php _e('Skip Confirmation Email') ?></label></th> |
421 | | <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 them a confirmation email.' ); ?></label></td> |
| 421 | <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> |
422 | 422 | </tr> |
423 | 423 | <?php } ?> |
424 | 424 | </table> |