diff --git a/packages/block-library/src/navigation/index.php b/packages/block-library/src/navigation/index.php index 5e58ff198a7a5a..7527d45478ef7b 100644 --- a/packages/block-library/src/navigation/index.php +++ b/packages/block-library/src/navigation/index.php @@ -145,17 +145,23 @@ function block_core_navigation_get_first_non_empty_navigation() { // see: // - https://github.com/WordPress/wordpress-develop/blob/ba943e113d3b31b121f77a2d30aebe14b047c69d/src/wp-includes/nav-menu.php#L613-L619. // - https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters. - $navigation_posts = get_posts( - array( - 'post_type' => 'wp_navigation', - 'order' => 'ASC', - 'orderby' => 'name', - 'posts_per_page' => 1, // only the first post. - 's' => '