Index: wp-includes/theme.php
===================================================================
--- wp-includes/theme.php	(revision 27276)
+++ wp-includes/theme.php	(working copy)
@@ -1209,7 +1209,8 @@
 function unregister_default_headers( $header ) {
 	global $_wp_default_headers;
 	if ( is_array( $header ) ) {
-		array_map( 'unregister_default_headers', $header );
+		$_ret = array_map( 'unregister_default_headers', $header );
+		return in_array(false, $_ret, true) ? false : true;
 	} elseif ( isset( $_wp_default_headers[ $header ] ) ) {
 		unset( $_wp_default_headers[ $header ] );
 		return true;
