Mail: Ensure entities in the site title are decoded when used in the body of the new user email.
Props ajoah Fixes #39446 git-svn-id: https://develop.svn.wordpress.org/trunk@40127 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cc8b551d69
commit
b33b5d1a28
|
@ -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'] ) ) );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue