Index: wp-includes/formatting.php
===================================================================
--- wp-includes/formatting.php	(revision 24435)
+++ wp-includes/formatting.php	(working copy)
@@ -2901,7 +2901,7 @@
 
 		case 'illegal_names':
 			if ( ! is_array( $value ) )
-				$value = explode( "\n", $value );
+				$value = explode( ' ', $value );
 
 			$value = array_values( array_filter( array_map( 'trim', $value ) ) );
 
