Changeset 40191 for branches/4.0/src/wp-includes/pluggable.php
- Timestamp:
- 03/06/2017 01:44:24 PM (10 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
-
branches/4.0/src/wp-includes/pluggable.php
r37763 r40191 1244 1244 **/ 1245 1245 function wp_validate_redirect($location, $default = '') { 1246 $location = trim( $location );1246 $location = trim( $location, " \t\n\r\0\x08\x0B" ); 1247 1247 // browsers will assume 'http' is your protocol, and will obey a redirect to a URL starting with '//' 1248 1248 if ( substr($location, 0, 2) == '//' )
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)