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
This commit is contained in:
parent
eff94648d7
commit
9f11a8414f
@ -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 <a href="mailto:%s">webmaster</a>!' ),
|
||||
__( 'Couldn’t register you… please contact the <a href="mailto:%s">site admin</a>!' ),
|
||||
get_option( 'admin_email' )
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user