Ticket #51792: 51792.diff
File 51792.diff, 966 bytes (added by , 4 years ago) |
---|
-
src/wp-includes/pluggable.php
1986 1986 // We want to reverse this for the plain text arena of emails. 1987 1987 $blogname = wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES ); 1988 1988 1989 $homeurl = home_url(); 1990 1989 1991 if ( 'user' !== $notify ) { 1990 1992 $switched_locale = switch_to_locale( get_locale() ); 1991 1993 1992 /* translators: %s: Site title.*/1993 $message = sprintf( __( 'New user registration on your site % s:' ), $blogname) . "\r\n\r\n";1994 /* translators: 1: Site title. 2 Site URL */ 1995 $message = sprintf( __( 'New user registration on your site %1$s ( %2$s ):' ), $blogname, $homeurl ) . "\r\n\r\n"; 1994 1996 /* translators: %s: User login. */ 1995 1997 $message .= sprintf( __( 'Username: %s' ), $user->user_login ) . "\r\n\r\n"; 1996 1998 /* translators: %s: User email address. */