Ticket #10298: pluggable.php.patch
File pluggable.php.patch, 487 bytes (added by , 15 years ago) |
---|
-
wp-includes/pluggable.php
858 858 if ( !$location ) // allows the wp_redirect filter to cancel a redirect 859 859 return false; 860 860 861 require_once('idna_convert.class.php'); 862 $IDN = new idna_convert(); 863 $location = $IDN->encode($location); 864 861 865 $location = wp_sanitize_redirect($location); 862 866 863 867 if ( $is_IIS ) {