Make WordPress Core

Opened 21 years ago

Closed 21 years ago

Last modified 20 years ago

#1990 closed defect (bug) (fixed)

Options.php fails on "Update Options"

Reported by: technosailor Owned by:
Priority: normal Milestone:
Component: Administration Version: 2.0
Severity: minor Keywords:
Cc: Focuses:

Description

Plenty of SQL errors, no updates performed. Patch attached

Attachments (2)

options.php.diff (386 bytes ) - added by technosailor 21 years ago.
Removed single quotes from around $options[] = "$key"; (Line 58)
options.php.2.diff (436 bytes ) - added by technosailor 21 years ago.
Version 2. Lose the double quotes too.

Download all attachments as: .zip

Change History (5)

@technosailor
21 years ago

Removed single quotes from around $options[] = "$key"; (Line 58)

#1 @technosailor
21 years ago

  • Milestone2.0
  • Severity normalminor
  • Version 1.22.0

@technosailor
21 years ago

Version 2. Lose the double quotes too.

#2 @ryan
21 years ago

  • Resolutionfixed
  • Status newclosed

(In [3241]) Remove unnecessary quotes. Props technosailor. fixes #1990

#3 @(none)
20 years ago

  • Milestone 2.0

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.