### Eclipse Workspace Patch 1.0
#P wordpress-trunk
Index: wp-includes/pluggable.php
===================================================================
--- wp-includes/pluggable.php	(revision 17521)
+++ wp-includes/pluggable.php	(working copy)
@@ -908,7 +908,6 @@
  **/
 function wp_sanitize_redirect($location) {
 	$location = preg_replace('|[^a-z0-9-~+_.?#=&;,/:%!]|i', '', $location);
-	$location = wp_kses_no_null($location);
 
 	// remove %0d and %0a from location
 	$strip = array('%0d', '%0a', '%0D', '%0A');
