Changeset 20715 for trunk/wp-includes/class-phpmailer.php
- Timestamp:
- 05/03/2012 04:41:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-phpmailer.php
r19849 r20715 1644 1644 set_magic_quotes_runtime(0); 1645 1645 } else { 1646 ini_set('magic_quotes_runtime', 0); 1646 ini_set('magic_quotes_runtime', 0); 1647 1647 } 1648 1648 } … … 1653 1653 set_magic_quotes_runtime($magic_quotes); 1654 1654 } else { 1655 ini_set('magic_quotes_runtime', $magic_quotes); 1655 ini_set('magic_quotes_runtime', $magic_quotes); 1656 1656 } 1657 1657 }
Note: See TracChangeset
for help on using the changeset viewer.