From 9f11a8414f7e7cf881116dd65a35dfffbb81de31 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 16 Jun 2020 20:03:13 +0000 Subject: [PATCH] Text Changes: Replace "webmaster" with "site admin" in `register_new_user()`. Follow-up to [48049], accidentally reverted in [48059]. Props kebbet. See #50394. git-svn-id: https://develop.svn.wordpress.org/trunk@48066 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index 3a83ca9159..8302837f2b 100644 --- a/src/wp-includes/user.php +++ b/src/wp-includes/user.php @@ -2574,7 +2574,7 @@ function register_new_user( $user_login, $user_email ) { 'registerfail', sprintf( /* translators: %s: Admin email address. */ - __( 'Couldn’t register you… please contact the webmaster!' ), + __( 'Couldn’t register you… please contact the site admin!' ), get_option( 'admin_email' ) ) );