Changeset 11147
- Timestamp:
- 04/30/2009 11:52:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r11136 r11147 877 877 **/ 878 878 function wp_sanitize_redirect($location) { 879 $location = preg_replace('|[^a-z0-9-~+_.?#=&;,/:% ]|i', '', $location);879 $location = preg_replace('|[^a-z0-9-~+_.?#=&;,/:%!]|i', '', $location); 880 880 $location = wp_kses_no_null($location); 881 881
Note: See TracChangeset
for help on using the changeset viewer.