Use correct class.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15889 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
defc740cff
commit
c202d85e48
|
@ -122,7 +122,7 @@ include('./admin-header.php');
|
|||
<tr valign="top">
|
||||
<th scope="row"><label for="new_admin_email"><?php _e('E-mail address') ?> </label></th>
|
||||
<td><input name="new_admin_email" type="text" id="new_admin_email" value="<?php form_option('admin_email'); ?>" class="regular-text code" />
|
||||
<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>
|
||||
<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>
|
||||
<?php
|
||||
$new_admin_email = get_option( 'new_admin_email' );
|
||||
if ( $new_admin_email && $new_admin_email != get_option('admin_email') ) : ?>
|
||||
|
|
Loading…
Reference in New Issue