Changeset 53131 for trunk/src/wp-admin/options-general.php
- Timestamp:
- 04/11/2022 11:40:38 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-general.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r51475 r53131 112 112 <th scope="row"><label for="new_admin_email"><?php _e( 'Administration Email Address' ); ?></label></th> 113 113 <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" /> 114 <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 atyour new address to confirm it. <strong>The new address will not become active until confirmed.</strong>' ); ?></p>114 <p class="description" id="new-admin-email-description"><?php _e( 'This address is used for admin purposes. If you change this, an email will be sent to your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>' ); ?></p> 115 115 <?php 116 116 $new_admin_email = get_option( 'new_admin_email' );
Note: See TracChangeset
for help on using the changeset viewer.