diff --git wp-admin/includes/post.php wp-admin/includes/post.php
index 1483108..18e27af 100644
--- wp-admin/includes/post.php
+++ wp-admin/includes/post.php
@@ -1008,7 +1008,7 @@ function wp_edit_posts_query( $q = false ) {
 		$orderby = $q['orderby'];
 	} elseif ( isset( $q['post_status'] ) && in_array( $q['post_status'], array( 'pending', 'draft' ) ) ) {
 		$orderby = 'modified';
-	} elseif ( ! is_post_type_hierarchical( $post_type ) ) {
+	} elseif ( 'post' == $post_type ) {
 		$orderby = 'date';
 	}
 
