#17386 closed defect (bug) (duplicate)
set_magic_quotes_runtime() is depricated
| Reported by: | dvwallin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.1.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
I get a complaint on row 27 in wp-settings.php about set_magic_quotes_runtime() being depricated so i simply replaced it with @ini_set("magic_quotes_runtime", 0);
Attached a patch for this simple matter.
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)
#9394