Changeset 15889
- Timestamp:
- 10/21/2010 02:20:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r15843 r15889 123 123 <th scope="row"><label for="new_admin_email"><?php _e('E-mail address') ?> </label></th> 124 124 <td><input name="new_admin_email" type="text" id="new_admin_email" value="<?php form_option('admin_email'); ?>" class="regular-text code" /> 125 <span class=" setting-description"><?php _e('This address is used for admin purposes. If you change this we will send you an e-mail at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>') ?></span>125 <span class="description"><?php _e('This address is used for admin purposes. If you change this we will send you an e-mail at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>') ?></span> 126 126 <?php 127 127 $new_admin_email = get_option( 'new_admin_email' );
Note: See TracChangeset
for help on using the changeset viewer.