Opened 6 years ago

Closed 6 years ago

#4167 closed defect (bug) (fixed)

Deprecated function get_settings still in use

Reported by: johnbillion Owned by: rob1n
Priority: normal Milestone: 2.2
Component: General Version: 2.1.3
Severity: trivial Keywords: has-patch commit
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 6 years ago.
Replace references to get_settings with get_option

Download all attachments as: .zip

Change History (4)

Replace references to get_settings with get_option

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

Looks good.

  • 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.