Changeset 26359
- Timestamp:
- 11/24/2013 04:29:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/settings.php
r25967 r26359 105 105 <input name="admin_email" type="text" id="admin_email" class="regular-text" value="<?php echo esc_attr( get_site_option('admin_email') ) ?>" /> 106 106 <br /> 107 <?php printf( __( 'Registration and support emails will come from this address. An address such as <code>support@%s</code> is recommended.' ), $current_site->domain ); ?>107 <?php _e( 'This email address will send update notifcations, and also receive site creation and new user registration notifications.' ); ?> 108 108 </td> 109 109 </tr>
Note: See TracChangeset
for help on using the changeset viewer.