diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php
index 1c91300..ead68d2 100644
a
|
b
|
include( ABSPATH . 'wp-admin/admin-header.php' ); |
88 | 88 | <tr> |
89 | 89 | <th scope="row"><label for="new_admin_email"><?php _e( 'Email Address' ); ?></label></th> |
90 | 90 | <td><input name="new_admin_email" type="email" id="new_admin_email" aria-describedby="new-admin-email-description" value="<?php form_option( 'admin_email' ); ?>" class="regular-text ltr" /> |
91 | | <p class="description" id="new-admin-email-description"><?php _e( 'This address is used for admin purposes. If you change this we will send you an email at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>' ); ?></p> |
| 91 | <p class="description" id="new-admin-email-description"><?php _e( 'This email address is used for admin purposes. If you change this we will send you an email at your new email address to confirm it. <strong>The new email address will not become active until confirmed.</strong>' ); ?></p> |
92 | 92 | <?php |
93 | 93 | $new_admin_email = get_option( 'new_admin_email' ); |
94 | 94 | if ( $new_admin_email && $new_admin_email != get_option( 'admin_email' ) ) : ?> |