diff --git a/src/wp-admin/includes/misc.php b/src/wp-admin/includes/misc.php
index 06fc294445..9bce22bfd8 100644
a
|
b
|
function update_option_new_admin_email( $old_value, $value ) { |
1483 | 1483 | |
1484 | 1484 | /* translators: Do not translate USERNAME, ADMIN_URL, EMAIL, SITENAME, SITEURL: those are placeholders. */ |
1485 | 1485 | $email_text = __( |
1486 | | 'Howdy ###USERNAME###, |
| 1486 | 'Howdy, |
1487 | 1487 | |
1488 | | Someone with administrator capabilities recently requested to have the |
| 1488 | A site Administrator (###USERNAME###) recently requested to have the |
1489 | 1489 | administration email address changed on this site: |
1490 | 1490 | ###SITEURL### |
1491 | 1491 | |