mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Add menu_order to fill_query_vars(), see #21618
git-svn-id: https://develop.svn.wordpress.org/trunk@21756 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1398,6 +1398,7 @@ class WP_Query {
|
||||
, 's'
|
||||
, 'sentence'
|
||||
, 'fields'
|
||||
, 'menu_order'
|
||||
);
|
||||
|
||||
foreach ( $keys as $key ) {
|
||||
|
||||
Reference in New Issue
Block a user