Changeset 3927
- Timestamp:
- 06/27/2006 01:44:02 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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)
Note: See TracChangeset
for help on using the changeset viewer.