diff --git a/wp-admin/includes/nav-menu.php b/wp-admin/includes/nav-menu.php index d63f101007..df5f589c9a 100644 --- a/wp-admin/includes/nav-menu.php +++ b/wp-admin/includes/nav-menu.php @@ -495,7 +495,6 @@ function wp_nav_menu_item_post_type_meta_box( $data_object, $box ) { } } - // @todo Transient caching of these results with proper invalidation on updating of a post of this type. $get_posts = new WP_Query(); $posts = $get_posts->query( $args ); diff --git a/wp-includes/version.php b/wp-includes/version.php index c666e95061..fe05c6c41a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60979'; +$wp_version = '6.9-alpha-60980'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.