diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php
index ab751689f0..d5c6a549eb 100644
--- a/wp-admin/includes/theme.php
+++ b/wp-admin/includes/theme.php
@@ -782,6 +782,7 @@ function wp_prepare_themes_for_js( $themes = null ) {
? wp_nonce_url( admin_url( 'themes.php?action=' . $auto_update_action . '&stylesheet=' . $encoded_slug ), 'updates' )
: null,
),
+ 'block_theme' => $theme->is_block_theme(),
);
}
diff --git a/wp-admin/themes.php b/wp-admin/themes.php
index 9863aa68ae..3ef411bb6c 100644
--- a/wp-admin/themes.php
+++ b/wp-admin/themes.php
@@ -900,11 +900,13 @@ function wp_theme_auto_update_setting_template() {
$aria_label = sprintf( _x( 'Activate %s', 'theme' ), '{{ data.name }}' );
?>
-
-
+ <# if ( ! data.block_theme ) { #>
+
+
+ <# } #>
<# } else { #>