Changeset 47964 for branches/5.0/src/wp-includes/pluggable.php
- Timestamp:
- 06/10/2020 06:21:10 PM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
- Property svn:mergeinfo changed
/trunk merged: 47948-47951
- Property svn:mergeinfo changed
-
branches/5.0/src/wp-includes/pluggable.php
r46492 r47964 1328 1328 **/ 1329 1329 function wp_validate_redirect($location, $default = '') { 1330 $location = trim( $location, " \t\n\r\0\x08\x0B");1330 $location = wp_sanitize_redirect( trim( $location, " \t\n\r\0\x08\x0B" ) ); 1331 1331 // browsers will assume 'http' is your protocol, and will obey a redirect to a URL starting with '//' 1332 1332 if ( substr($location, 0, 2) == '//' )
Note: See TracChangeset
for help on using the changeset viewer.