Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#17386 closed defect (bug) (duplicate)

set_magic_quotes_runtime() is depricated

Reported by: dvwallin's profile 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)

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

Download all attachments as: .zip

Change History (3)

#1 @solarissmoke
13 years ago

  • Keywords has-patch 2nd-opinion removed
  • Resolution set to duplicate
  • Status changed from new to closed

#2 @ocean90
13 years ago

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