--- a/wp/wp-admin/network/settings.php Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-admin/network/settings.php Tue Sep 27 16:37:53 2022 +0200
@@ -17,6 +17,7 @@
wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 );
}
+// Used in the HTML title tag.
$title = __( 'Network Settings' );
$parent_file = 'settings.php';
@@ -161,7 +162,7 @@
<td>
<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' ) ); ?>" />
<p class="description" id="admin-email-desc">
- <?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>' ); ?>
+ <?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>
<?php
$new_admin_email = get_site_option( 'new_admin_email' );