From 8fdb0728be6ec3b1f07200fbeff757179425c3ae Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 16 Jun 2020 20:05:10 +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. Built from https://develop.svn.wordpress.org/trunk@48066 git-svn-id: http://core.svn.wordpress.org/trunk@47833 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/user.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/user.php b/wp-includes/user.php index 3a83ca9159..8302837f2b 100644 --- a/wp-includes/user.php +++ b/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' ) ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 22eae4f36f..73f954bb2a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-48065'; +$wp_version = '5.5-alpha-48066'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.