diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php index 1c4c07c99a..1758bfe221 100644 --- a/wp-admin/nav-menus.php +++ b/wp-admin/nav-menus.php @@ -28,6 +28,9 @@ if ( ! current_user_can( 'edit_theme_options' ) ) { ); } +// Used in the HTML title tag. +$title = __( 'Menus' ); + wp_enqueue_script( 'nav-menu' ); if ( wp_is_mobile() ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index c2ab5f266f..36ace0e2cd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55549'; +$wp_version = '6.3-alpha-55552'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.