Index: wp-includes/class-wp-editor.php
===================================================================
--- wp-includes/class-wp-editor.php	(revision 25137)
+++ wp-includes/class-wp-editor.php	(working copy)
@@ -785,7 +785,7 @@
 			'suppress_filters' => true,
 			'update_post_term_cache' => false,
 			'update_post_meta_cache' => false,
-			'post_status' => 'publish',
+			'post_status' => 'publish,future',
 			'order' => 'DESC',
 			'orderby' => 'post_date',
 			'posts_per_page' => 20,
