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