Ticket #34293: 34293.1.diff
File 34293.1.diff, 813 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/network/settings.php
115 115 <td> 116 116 <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' ) ) ?>" /> 117 117 <p class="description" id="admin-email-desc"> 118 <?php _e( 'This email address will receive notifications. Registration and support emails will also comefrom this address.' ); ?>118 <?php _e( 'This address is used for admin purposes, like site notifications. Registration and support emails will be sent from this address.' ); ?> 119 119 </p> 120 120 </td> 121 121 </tr>