#3185 closed defect (bug) (duplicate)
options.php saves nonce fields and Submit button value
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.1 |
| Severity: | normal | Keywords: | options nonce |
| 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)
comment:1
markjaquith — 7 years ago
comment:2
markjaquith — 7 years ago
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #2595
Note: See
TracTickets for help on using
tickets.

Related (duplicate?): #2595