Changeset 28939 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 07/01/2014 03:55:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r28903 r28939 1161 1161 **/ 1162 1162 function wp_sanitize_redirect($location) { 1163 $location = preg_replace('|[^a-z0-9-~+_.?#=&;,/:%! ]|i', '', $location);1163 $location = preg_replace('|[^a-z0-9-~+_.?#=&;,/:%!*]|i', '', $location); 1164 1164 $location = wp_kses_no_null($location); 1165 1165
Note: See TracChangeset
for help on using the changeset viewer.