Opened 6 years ago
Closed 6 years ago
#3784 closed defect (bug) (fixed)
get_settings -> get_option
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.2 |
| Component: | Administration | Version: | 2.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
A minor problem, but app.php uses get_settings() instead of get_option()
The attached patch fixes that.
Attachments (1)
Change History (3)
comment:1
foolswisdom — 6 years ago
- Milestone changed from 2.3 to 2.2
comment:2
markjaquith — 6 years ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

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