Changeset 3580 for branches/2.0/wp-settings.php
- Timestamp:
- 02/28/2006 09:50:06 PM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-settings.php
r3499 r3580 191 191 $_POST = stripslashes_deep($_POST ); 192 192 $_COOKIE = stripslashes_deep($_COOKIE); 193 $_SERVER = stripslashes_deep($_SERVER);194 193 } 195 194
Note: See TracChangeset
for help on using the changeset viewer.