Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#3784 closed defect (bug) (fixed)

get_settings -> get_option

Reported by: donncha's profile donncha Owned by:
Milestone: 2.2 Priority: low
Severity: normal Version: 2.2
Component: Administration Keywords:
Focuses: Cc:

Description

A minor problem, but app.php uses get_settings() instead of get_option()
The attached patch fixes that.

Attachments (1)

patch.diff (1.2 KB) - added by donncha 17 years ago.

Download all attachments as: .zip

Change History (3)

@donncha
17 years ago

#1 @foolswisdom
17 years ago

  • Milestone changed from 2.3 to 2.2

#2 @markjaquith
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4880]) get_settings() is deprecated, use get_option(). Props Donncha. fixes #3784

Note: See TracTickets for help on using tickets.