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
This commit is contained in:
parent
a8cd3a3e2c
commit
8fdb0728be
|
@ -2574,7 +2574,7 @@ function register_new_user( $user_login, $user_email ) {
|
||||||
'registerfail',
|
'registerfail',
|
||||||
sprintf(
|
sprintf(
|
||||||
/* translators: %s: Admin email address. */
|
/* translators: %s: Admin email address. */
|
||||||
__( 'Couldn’t register you… please contact the <a href="mailto:%s">webmaster</a>!' ),
|
__( 'Couldn’t register you… please contact the <a href="mailto:%s">site admin</a>!' ),
|
||||||
get_option( 'admin_email' )
|
get_option( 'admin_email' )
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue