Ticket #4167 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Deprecated function get_settings still in use

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

4167.diff (2.1 kB) - added by johnbillion on 04/18/07 23:15:23.
Replace references to get_settings with get_option

Change History

04/18/07 23:15:23 changed by johnbillion

  • attachment 4167.diff added.

Replace references to get_settings with get_option

04/18/07 23:42:32 changed by johnbillion

  • keywords set to has-patch.

04/19/07 02:23:19 changed by rob1n

  • keywords changed from has-patch to has-patch commit.
  • owner changed from anonymous to rob1n.
  • milestone set to 2.2.

Looks good.

04/19/07 02:53:19 changed by rob1n

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

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