Opened 6 years ago
Closed 6 years ago
#4167 closed defect (bug) (fixed)
Deprecated function get_settings still in use
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (4)
johnbillion — 6 years ago
comment:1
johnbillion — 6 years ago
- Keywords has-patch added
- Keywords commit added
- Milestone set to 2.2
- Owner changed from anonymous to rob1n
Looks good.
Note: See
TracTickets for help on using
tickets.

Replace references to get_settings with get_option