#26471 closed defect (bug) (fixed)
blog name in upgrade debug mail should use wp_specialchars_decode
| Reported by: | markoheijnen | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Version: | 3.7 | |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 26762: