Changeset 3940
- Timestamp:
- 06/30/06 00:44:21 (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
r3937 r3940 262 262 global $is_IIS; 263 263 264 $location = preg_replace('|[^a-z0-9-~+_.?#=&;,/:]|i', '', $location); 264 $location = preg_replace('|[^a-z0-9-~+_.?#=&;,/:%]|i', '', $location); 265 266 $strip = array('%0d', '%0a'); 267 $location = str_replace($strip, '', $location); 265 268 266 269 if ($is_IIS)
