#26471 closed defect (bug) (fixed)
blog name in upgrade debug mail should use wp_specialchars_decode
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | minor | Version: | 3.7 |
Component: | Keywords: | has-patch | |
Focuses: | Cc: |
Description
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' ).
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 26762: