Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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)

patch_commit_699bf4c66b15.patch (456 bytes ) - added by dvwallin 15 years ago.

Download all attachments as: .zip

Change History (3)

#1 @solarissmoke
15 years ago

  • Keywords has-patch 2nd-opinion removed
  • Resolutionduplicate
  • Status newclosed

#2 @ocean90
15 years ago

  • Milestone Awaiting Review
Note: See TracTickets for help on using tickets.