Changeset 5986 for trunk/wp-includes/pluggable.php
- Timestamp:
- 08/30/2007 03:42:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r5764 r5986 399 399 return false; 400 400 401 $location = preg_replace('|[^a-z0-9-~ +_.?#=&;,/:%]|i', '', $location);401 $location = preg_replace('|[^a-z0-9-~\+_\.\?#=&;,/:%]|i', '', $location); 402 402 $location = wp_kses_no_null($location); 403 403
Note: See TracChangeset
for help on using the changeset viewer.