Changeset 19596 for trunk/wp-admin/user-new.php
- Timestamp:
- 12/14/2011 05:36:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-new.php
r19595 r19596 81 81 Please click the following link to confirm the invite: 82 82 %4$s' ); 83 wp_mail( $new_user_email, sprintf( __( '[%s] Joining confirmation' ), get_option( 'blogname' ) ), 83 wp_mail( $new_user_email, sprintf( __( '[%s] Joining confirmation' ), get_option( 'blogname' ) ), sprintf($message, get_option('blogname'), site_url(), $_REQUEST[ 'role' ], site_url("/newbloguser/$newuser_key/"))); 84 84 $redirect = add_query_arg( array('update' => 'add'), 'user-new.php' ); 85 85 } … … 362 362 <tr> 363 363 <th scope="row"><label for="noconfirmation"><?php _e('Skip Confirmation Email') ?></label></th> 364 <td><label for="noconfirmation"><input type="checkbox" name="noconfirmation" id="noconfirmation" value="1" 364 <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> 365 365 </tr> 366 366 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.