Changeset 30684 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 12/01/2014 03:20:13 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r30683 r30684 1191 1191 **/ 1192 1192 function wp_sanitize_redirect($location) { 1193 $location = preg_replace('|[^a-z0-9-~+_.?#=&;,/:%!*\[\] ]|i', '', $location);1193 $location = preg_replace('|[^a-z0-9-~+_.?#=&;,/:%!*\[\]()]|i', '', $location); 1194 1194 $location = wp_kses_no_null($location); 1195 1195
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)