diff --git src/wp-admin/network/site-users.php src/wp-admin/network/site-users.php
index e722b26..3e4fd5f 100644
|
|
if ( current_user_can( 'create_users' ) && apply_filters( 'show_network_site_use |
308 | 308 | </select></td> |
309 | 309 | </tr> |
310 | 310 | <tr class="form-field"> |
311 | | <td colspan="2"><?php _e( 'Username and password will be mailed to the above email address.' ) ?></td> |
| 311 | <td colspan="2"><?php _e( 'A password reset link will be sent to the user via email.' ) ?></td> |
312 | 312 | </tr> |
313 | 313 | </table> |
314 | 314 | <?php wp_nonce_field( 'add-user', '_wpnonce_add-new-user' ) ?> |
diff --git src/wp-admin/network/user-new.php src/wp-admin/network/user-new.php
index 6a0d02c..ba89697 100644
|
|
if ( isset( $add_user_errors ) && is_wp_error( $add_user_errors ) ) { ?> |
96 | 96 | <td><input type="email" class="regular-text" name="user[email]" id="email"/></td> |
97 | 97 | </tr> |
98 | 98 | <tr class="form-field"> |
99 | | <td colspan="2"><?php _e( 'Username and password will be mailed to the above email address.' ) ?></td> |
| 99 | <td colspan="2"><?php _e( 'A password reset link will be sent to the user via email.' ) ?></td> |
100 | 100 | </tr> |
101 | 101 | </table> |
102 | 102 | <?php wp_nonce_field( 'add-user', '_wpnonce_add-user' ); ?> |