#1151 closed defect (bug) (fixed)
options.php double-encodes entities, messing up the data on save
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.5.1 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
When using the "secret" options.php method to access all options, entities are double-encoded, so for links_recently_updated_append et al, they are messed up on save.
They are already being run through wp_specialchars() but then are run through htmlentities(). My patch removes the run through htmlentities() and it appears to fix it!
Attachments (1)
Change History (5)
comment:1
MC_incubus — 8 years ago
- Patch set to No
comment:2
MC_incubus — 8 years ago
- Owner changed from anonymous to rboren
- Patch changed from No to Yes
- Resolution changed from 10 to 20
- Status changed from new to assigned
MC_incubus — 8 years ago
Note: See
TracTickets for help on using
tickets.

http://trac.wordpress.org/changeset/2470