Changeset 33707 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 08/22/2015 05:04:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r33664 r33707 1233 1233 )/x'; 1234 1234 $location = preg_replace_callback( $regex, '_wp_sanitize_utf8_in_redirect', $location ); 1235 $location = preg_replace('|[^a-z0-9-~+_.?#=&;,/:%!*\[\]() ]|i', '', $location);1235 $location = preg_replace('|[^a-z0-9-~+_.?#=&;,/:%!*\[\]()@]|i', '', $location); 1236 1236 $location = wp_kses_no_null($location); 1237 1237
Note: See TracChangeset
for help on using the changeset viewer.