#17386 closed defect (bug) (duplicate)
set_magic_quotes_runtime() is depricated
Reported by: | dvwallin | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1.2 |
Component: | General | Keywords: | |
Focuses: | Cc: |
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.
#9394