Add menu_order to fill_query_vars(), see #21618
git-svn-id: http://core.svn.wordpress.org/trunk@21756 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fb36abe6b7
commit
a9dc9dc829
|
@ -1398,6 +1398,7 @@ class WP_Query {
|
|||
, 's'
|
||||
, 'sentence'
|
||||
, 'fields'
|
||||
, 'menu_order'
|
||||
);
|
||||
|
||||
foreach ( $keys as $key ) {
|
||||
|
|
Loading…
Reference in New Issue