Changeset 40194 for branches/3.7/src/wp-includes/pluggable.php
- Timestamp:
- 03/06/2017 01:46:01 PM (8 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 40183
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-includes/pluggable.php
r37766 r40194 973 973 **/ 974 974 function wp_validate_redirect($location, $default = '') { 975 $location = trim( $location );975 $location = trim( $location, " \t\n\r\0\x08\x0B" ); 976 976 // browsers will assume 'http' is your protocol, and will obey a redirect to a URL starting with '//' 977 977 if ( substr($location, 0, 2) == '//' )
Note: See TracChangeset
for help on using the changeset viewer.