Make WordPress Core

Ticket #33175: 33175.diff

File 33175.diff, 1.3 KB (added by markjaquith, 10 years ago)
  • src/wp-admin/network/site-users.php

    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 
    308308                        </select></td>
    309309                </tr>
    310310                <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>
    312312                </tr>
    313313        </table>
    314314        <?php wp_nonce_field( 'add-user', '_wpnonce_add-new-user' ) ?>
  • src/wp-admin/network/user-new.php

    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 ) ) { ?> 
    9696                        <td><input type="email" class="regular-text" name="user[email]" id="email"/></td>
    9797                </tr>
    9898                <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>
    100100                </tr>
    101101        </table>
    102102        <?php wp_nonce_field( 'add-user', '_wpnonce_add-user' ); ?>