[wp-trac] [WordPress Trac] #26471: blog name in upgrade debug mail should use wp_specialchars_decode
WordPress Trac
noreply at wordpress.org
Sat Dec 7 00:56:29 UTC 2013
#26471: blog name in upgrade debug mail should use wp_specialchars_decode
--------------------------+-----------------------------
Reporter: markoheijnen | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Mail | Version: 3.7
Severity: minor | Keywords: has-patch
--------------------------+-----------------------------
Currently when using signs like & it will end up being &.
Using wp_specialchars_decode() will fix it. That is also used for the
normal e-mail.
Only question here is why the normal e-mail uses get_option( 'blogname' )
and not get_bloginfo( 'name' ).
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26471>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list