Changeset 3927
- Timestamp:
- 06/27/06 01:44:02 (3 years ago)
- Files:
-
- branches/2.0/wp-includes/pluggable-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/pluggable-functions.php
r3909 r3927 283 283 global $is_IIS; 284 284 285 $location = str_replace( array("\n", "\r"), '', $location);285 $location = preg_replace('|[^a-z0-9-~+_.?#=&;,/:]|i', '', $location); 286 286 287 287 if ($is_IIS)
