Skip to content

Commit

Permalink
Return menu order in filter (#26643)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtallen authored and youknowriad committed Nov 4, 2020
1 parent 8649896 commit 7552e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/full-site-editing.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function gutenberg_remove_legacy_pages() {
*/
function gutenberg_menu_order( $menu_order ) {
if ( ! gutenberg_is_fse_theme() ) {
return;
return $menu_order;
}

$new_positions = array(
Expand Down

0 comments on commit 7552e91

Please sign in to comment.