Changeset 12978 for trunk/wp-admin/ms-options.php
- Timestamp:
- 02/05/2010 09:49:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-options.php
r12946 r12978 39 39 <th scope="row"><?php _e('Site Admin Email') ?></th> 40 40 <td> 41 <input name="admin_email" type="text" id="admin_email" style="width: 95%" value="<?php echo esc_attr( stripslashes( get_site_option('admin_email')) ) ?>" size="45" />41 <input name="admin_email" type="text" id="admin_email" style="width: 95%" value="<?php echo esc_attr( get_site_option('admin_email') ) ?>" size="45" /> 42 42 <br /> 43 43 <?php printf( __( 'Registration and support mails will come from this address. Make it generic like "support@%s"' ), $current_site->domain ); ?>
Note: See TracChangeset
for help on using the changeset viewer.