From a9dc9dc8294a3a6367cf0a80c7d0d5b8ff4be546 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 4 Sep 2012 23:18:14 +0000 Subject: [PATCH] Add menu_order to fill_query_vars(), see #21618 git-svn-id: http://core.svn.wordpress.org/trunk@21756 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/query.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/query.php b/wp-includes/query.php index ff7155fde3..7d95230405 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -1398,6 +1398,7 @@ class WP_Query { , 's' , 'sentence' , 'fields' + , 'menu_order' ); foreach ( $keys as $key ) {