Changeset 53131 for trunk/src/wp-admin/network/settings.php
- Timestamp:
- 04/11/2022 11:40:38 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/settings.php
r51475 r53131 163 163 <input name="new_admin_email" type="email" id="admin_email" aria-describedby="admin-email-desc" class="regular-text" value="<?php echo esc_attr( get_site_option( 'admin_email' ) ); ?>" /> 164 164 <p class="description" id="admin-email-desc"> 165 <?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>' ); ?>165 <?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>' ); ?> 166 166 </p> 167 167 <?php
Note: See TracChangeset
for help on using the changeset viewer.