diff --git a/wp-admin/menu.php b/wp-admin/menu.php index bd9e2c7779..c238b08cd5 100644 --- a/wp-admin/menu.php +++ b/wp-admin/menu.php @@ -210,7 +210,7 @@ $submenu['themes.php'][6] = array( __( 'Template Parts' ), 'edit_theme_options', - 'site-editor.php?postType=wp_template_part', + 'site-editor.php?postType=wp_template_part&path=/wp_template_part/all', ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 8352a98d98..821c34131e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta3-55434'; +$wp_version = '6.2-beta3-55435'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.