mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 01:39:04 +00:00
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:
@@ -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' )
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user