Changeset 47972 for branches/4.4/src/wp-includes/pluggable.php
- Timestamp:
- 06/10/2020 06:37:42 PM (5 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
- Property svn:mergeinfo changed
/trunk merged: 47947-47951
- Property svn:mergeinfo changed
-
branches/4.4/src/wp-includes/pluggable.php
r46498 r47972 1325 1325 **/ 1326 1326 function wp_validate_redirect($location, $default = '') { 1327 $location = trim( $location, " \t\n\r\0\x08\x0B");1327 $location = wp_sanitize_redirect( trim( $location, " \t\n\r\0\x08\x0B" ) ); 1328 1328 // browsers will assume 'http' is your protocol, and will obey a redirect to a URL starting with '//' 1329 1329 if ( substr($location, 0, 2) == '//' )
Note: See TracChangeset
for help on using the changeset viewer.