Make WordPress Core


Ignore:
Timestamp:
12/04/2013 09:53:59 PM (12 years ago)
Author:
westi
Message:

Improve the description of the Network Admin Email option to better describe what the address will be used for. Fixes #23569 props nacin.

File:
1 edited

Legend:

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

    r26631 r26640  
    102102                    <input name="admin_email" type="text" id="admin_email" class="regular-text" value="<?php echo esc_attr( get_site_option('admin_email') ) ?>" />
    103103                    <p class="description">
    104                         <?php _e( 'This email address will send update notifcations, and also receive site creation and new user registration notifications.' ); ?>
     104                        <?php _e( 'This email address will receive notifications. Registration and support emails will also come from this address'); ?>
    105105                    </p>   
    106106                </td>
Note: See TracChangeset for help on using the changeset viewer.