#3185 closed defect (bug) (duplicate)
options.php saves nonce fields and Submit button value
Reported by: | donncha | Owned by: | rboren |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.1 |
Component: | General | Keywords: | options nonce |
Focuses: | Cc: |
Description
If you edit the options of a blog directly through options.php it will add options for Update, Wpnonce, and Wp_http_referer. This is because $_POSTpage_options? doesn't exist.
To fix: add each element of the form to an array and run through that array when updating, or just check for the nonce fields.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Related (duplicate?): #2595