Changeset 25318 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 09/10/2013 06:06:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r25273 r25318 965 965 **/ 966 966 function wp_validate_redirect($location, $default = '') { 967 $location = trim( $location ); 967 968 // browsers will assume 'http' is your protocol, and will obey a redirect to a URL starting with '//' 968 969 if ( substr($location, 0, 2) == '//' )
Note: See TracChangeset
for help on using the changeset viewer.