Make WordPress Core


Ignore:
Timestamp:
07/17/2017 08:22:08 PM (7 years ago)
Author:
flixos90
Message:

Multisite: Fix a user-facing message when adding a new site with a new user as admin.

Previously the message would falsely state that the username and password would be sent to the new user. It is actually a link to set the password that they receive in the email.

Props nishitlangaliya.
Fixes #41169.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/site-new.php

    r40433 r41064  
    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 a link to set the password will be mailed to this email address.' ) ?></td>
    249249        </tr>
    250250    </table>
Note: See TracChangeset for help on using the changeset viewer.