Opened 19 years ago
Closed 19 years ago
#3784 closed defect (bug) (fixed)
get_settings -> get_option
| Reported by: | donncha | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 2.2 |
| Component: | Administration | Version: | 2.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [4880]) get_settings() is deprecated, use get_option(). Props Donncha. fixes #3784