Make WordPress Core

Ticket #41169: 41169.patch

File 41169.patch, 892 bytes (added by nishitlangaliya, 8 years ago)

Fixes #41169

  • wp-admin/network/site-new.php

     
    245245                        <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>
    246246                </tr>
    247247                <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>
    249249                </tr>
    250250        </table>
    251251