Ticket #3185 (closed defect: duplicate)

Opened 2 years ago

Last modified 1 year ago

options.php saves nonce fields and Submit button value

Reported by: donncha Assigned to: rboren
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

10/02/06 19:28:01 changed by markjaquith

Related (duplicate?): #2595

10/04/06 12:16:29 changed by markjaquith

  • status changed from new to closed.
  • resolution set to duplicate.

Duplicate of #2595

06/19/07 21:25:55 changed by Nazgul

  • milestone deleted.