Changeset 45757 for trunk/src/wp-admin/options-general.php
- Timestamp:
- 08/07/2019 12:03:39 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r45737 r45757 109 109 110 110 <tr> 111 <th scope="row"><label for="new_admin_email"><?php _e( ' Email Address' ); ?></label></th>111 <th scope="row"><label for="new_admin_email"><?php _e( 'Administration Email Address' ); ?></label></th> 112 112 <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" /> 113 113 <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>
Note: See TracChangeset
for help on using the changeset viewer.