Skip to content

Commit

Permalink
Taxonomies: Retain flat term order
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Aug 13, 2024
1 parent c73aa36 commit d73d159
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export function FlatTermSelector( { slug, __nextHasNoMarginBottom } ) {
const query = {
...DEFAULT_QUERY,
include: _termIds?.join( ',' ),
orderby: 'include',
per_page: -1,
};

Expand Down

0 comments on commit d73d159

Please sign in to comment.