Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#4167 closed defect (bug) (fixed)

Deprecated function get_settings still in use

Reported by: johnbillion's profile johnbillion Owned by: rob1n's profile rob1n
Milestone: 2.2 Priority: normal
Severity: trivial Version: 2.1.3
Component: General Keywords: has-patch commit
Focuses: Cc:

Description

Two files (wp-login.php and query.php) still reference the deprecated function get_settings instead of get_option . Patch attached to change them to get_option.

Attachments (1)

4167.diff (2.1 KB) - added by johnbillion 18 years ago.
Replace references to get_settings with get_option

Download all attachments as: .zip

Change History (4)

@johnbillion
18 years ago

Replace references to get_settings with get_option

#1 @johnbillion
18 years ago

  • Keywords has-patch added

#2 @rob1n
18 years ago

  • Keywords commit added
  • Milestone set to 2.2
  • Owner changed from anonymous to rob1n

Looks good.

#3 @rob1n
18 years ago

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

(In [5285]) Replace deprecated get_settings() calls with get_option(). Props johnbillion. fixes #4167

Note: See TracTickets for help on using tickets.