[wp-trac] [WordPress Trac] #17386: set_magic_quotes_runtime() is depricated
WordPress Trac
wp-trac at lists.automattic.com
Thu May 12 08:35:51 UTC 2011
#17386: set_magic_quotes_runtime() is depricated
--------------------------+-----------------------------------
Reporter: dvwallin | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.1.2
Severity: normal | Keywords: has-patch 2nd-opinion
--------------------------+-----------------------------------
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.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17386>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list