Improve the description of the Network Admin Email option to better describe what the address will be used for. Fixes #23569 props nacin.
git-svn-id: https://develop.svn.wordpress.org/trunk@26640 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8a4b4e0382
commit
d78778e51f
|
@ -101,7 +101,7 @@ if ( isset( $_GET['updated'] ) ) {
|
||||||
<td>
|
<td>
|
||||||
<input name="admin_email" type="text" id="admin_email" class="regular-text" value="<?php echo esc_attr( get_site_option('admin_email') ) ?>" />
|
<input name="admin_email" type="text" id="admin_email" class="regular-text" value="<?php echo esc_attr( get_site_option('admin_email') ) ?>" />
|
||||||
<p class="description">
|
<p class="description">
|
||||||
<?php _e( 'This email address will send update notifcations, and also receive site creation and new user registration notifications.' ); ?>
|
<?php _e( 'This email address will receive notifications. Registration and support emails will also come from this address'); ?>
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue