From 23ad7058fbe066f45bba18433f3d38a8961a86d3 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 29 Oct 2013 21:20:59 +0000 Subject: [PATCH] Internal linking: Remove explicit orderby, thus allowing the relevancy improvements in #7394 to work. see #25763. git-svn-id: https://develop.svn.wordpress.org/trunk@25988 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-editor.php | 2 -- 1 file changed, 2 deletions(-) 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, );