Ticket #41169: 41169.patch
File 41169.patch, 892 bytes (added by , 8 years ago) |
---|
-
wp-admin/network/site-new.php
245 245 <td><input name="blog[email]" type="email" class="regular-text wp-suggest-user" id="admin-email" data-autocomplete-type="search" data-autocomplete-field="user_email" /></td> 246 246 </tr> 247 247 <tr class="form-field"> 248 <td colspan="2"><?php _e( 'A new user will be created if the above email address is not in the database.' ) ?><br /><?php _e( 'The username and password will be mailed to this email address.' ) ?></td>248 <td colspan="2"><?php _e( 'A new user will be created if the above email address is not in the database.' ) ?><br /><?php _e( 'The username and link to reset password will be mailed to this email address.' ) ?></td> 249 249 </tr> 250 250 </table> 251 251