Opened 19 years ago
Closed 19 years ago
#3784 closed defect (bug) (fixed)
get_settings -> get_option
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.2 | Priority: | low |
| Severity: | normal | Version: | 2.2 |
| Component: | Administration | Keywords: | |
| Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
(In [4880]) get_settings() is deprecated, use get_option(). Props Donncha. fixes #3784