Changeset 40184 for branches/4.7/src/wp-includes/pluggable.php
- Timestamp:
- 03/06/2017 01:39:33 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/pluggable.php
r39326 r40184 1284 1284 **/ 1285 1285 function wp_validate_redirect($location, $default = '') { 1286 $location = trim( $location );1286 $location = trim( $location, " \t\n\r\0\x08\x0B" ); 1287 1287 // browsers will assume 'http' is your protocol, and will obey a redirect to a URL starting with '//' 1288 1288 if ( substr($location, 0, 2) == '//' )
Note: See TracChangeset
for help on using the changeset viewer.