Changeset 3572
- Timestamp:
- 02/28/06 01:52:59 (2 years ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r3570 r3572 193 193 $_POST = stripslashes_deep($_POST ); 194 194 $_COOKIE = stripslashes_deep($_COOKIE); 195 $_SERVER = stripslashes_deep($_SERVER);196 195 } 197 196
