Changeset 5988
- Timestamp:
- 08/30/2007 05:38:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-includes/pluggable.php
r5714 r5988 318 318 return false; 319 319 320 $location = preg_replace('|[^a-z0-9-~ +_.?#=&;,/:%]|i', '', $location);320 $location = preg_replace('|[^a-z0-9-~\+_\.\?#=&;,/:%]|i', '', $location); 321 321 $location = wp_kses_no_null($location); 322 322
Note: See TracChangeset
for help on using the changeset viewer.