Changeset 47143 for trunk/src/wp-admin/network/settings.php
- Timestamp:
- 01/31/2020 12:26:37 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/settings.php
r47122 r47143 162 162 <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' ) ); ?>" /> 163 163 <p class="description" id="admin-email-desc"> 164 <?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>' ); ?>164 <?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>' ); ?> 165 165 </p> 166 166 <?php
Note: See TracChangeset
for help on using the changeset viewer.