diff --git a/src/wp-includes/class-wp-editor.php b/src/wp-includes/class-wp-editor.php index 7581288472..dda9f0b29d 100644 --- a/src/wp-includes/class-wp-editor.php +++ b/src/wp-includes/class-wp-editor.php @@ -786,8 +786,6 @@ final class _WP_Editors { 'update_post_term_cache' => false, 'update_post_meta_cache' => false, 'post_status' => 'publish', - 'order' => 'DESC', - 'orderby' => 'post_date', 'posts_per_page' => 20, );