diff --git a/wp-admin/menu-header.php b/wp-admin/menu-header.php index cf7fe7d3e0..3082c15557 100644 --- a/wp-admin/menu-header.php +++ b/wp-admin/menu-header.php @@ -284,7 +284,7 @@ function _wp_menu_output( $menu, $submenu, $submenu_as_parent = true ) { echo '
  • ' . '
  • '; } diff --git a/wp-includes/version.php b/wp-includes/version.php index e37696c52d..a923d0a86c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59846'; +$wp_version = '6.8-alpha-59847'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.