Changeset 5989
- Timestamp:
- 08/30/07 17:43:27 (1 year 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
r5442 r5989 260 260 global $is_IIS; 261 261 262 $location = preg_replace('|[^a-z0-9-~ +_.?#=&;,/:%]|i', '', $location);262 $location = preg_replace('|[^a-z0-9-~\+_\.\?#=&;,/:%]|i', '', $location); 263 263 264 264 $strip = array('%0d', '%0a');
