#1151 closed defect (bug) (fixed)
options.php double-encodes entities, messing up the data on save
Reported by: | MC_incubus | Owned by: | ryan |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5.1 |
Component: | Administration | Keywords: | |
Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
http://trac.wordpress.org/changeset/2470