Changeset 3992
- Timestamp:
- 07/06/06 00:28:37 (3 years ago)
- Files:
-
- trunk/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/pluggable.php
r3939 r3992 262 262 263 263 $location = preg_replace('|[^a-z0-9-~+_.?#=&;,/:%]|i', '', $location); 264 $location = wp_kses_no_null($location); 264 265 265 266 $strip = array('%0d', '%0a');
