Make WordPress Core

Ticket #34293: 34293.2.diff

File 34293.2.diff, 801 bytes (added by Ipstenu, 9 years ago)

Without 'support'

  • src/wp-admin/network/settings.php

     
    115115                                <td>
    116116                                        <input name="admin_email" type="email" id="admin_email" aria-describedby="admin-email-desc" class="regular-text" value="<?php echo esc_attr( get_site_option( 'admin_email' ) ) ?>" />
    117117                                        <p class="description" id="admin-email-desc">
    118                                                 <?php _e( 'This email address will receive notifications. Registration and support emails will also come from this address.' ); ?>
     118                                                <?php _e( 'This address is used for admin purposes, like site notifications. Registration emails will be sent from this address.' ); ?>
    119119                                        </p>
    120120                                </td>
    121121                        </tr>