Mail: Ensure entities in the site title are decoded when used in the body of the new user email.
Props ajoah Fixes #39446 Built from https://develop.svn.wordpress.org/trunk@40127 git-svn-id: http://core.svn.wordpress.org/trunk@40064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -535,5 +535,5 @@ If you do not want to join this site please ignore
|
||||
this email. This invitation will expire in a few days.
|
||||
|
||||
Please click the following link to activate your user account:
|
||||
%%s' ), get_bloginfo( 'name' ), home_url(), wp_specialchars_decode( translate_user_role( $role['name'] ) ) );
|
||||
%%s' ), wp_specialchars_decode( get_bloginfo( 'name' ), ENT_QUOTES ), home_url(), wp_specialchars_decode( translate_user_role( $role['name'] ) ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user