#3185 closed defect (bug) (duplicate)
options.php saves nonce fields and Submit button value
| Reported by: | donncha | Owned by: | rboren |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.1 |
| Severity: | normal | Keywords: | options nonce |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Related (duplicate?): #2595